1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Removed UserAddForm as it is not used

This commit is contained in:
Real-Gecko 2020-06-16 11:09:55 +06:00
parent d3c59acb3f
commit 20d4aaac30
2 changed files with 4 additions and 29 deletions

View file

@ -1,16 +1,17 @@
import os
import sass
from django.core.validators import ValidationError
from django.http import HttpResponseRedirect
from django.shortcuts import render
from django.urls import reverse
from django.utils.translation import ugettext_lazy as _
from accounts.forms import UserAddForm
from accounts.models import *
from admin.decorators import superuser_only
from appsettings.models import AppSettings
from instances.models import Instance
import sass
import os
def profile(request):
"""