diff --git a/ttadmin/settings.py b/ttadmin/settings.py index 863e9fc..fe333fc 100644 --- a/ttadmin/settings.py +++ b/ttadmin/settings.py @@ -57,7 +57,7 @@ ROOT_URLCONF = 'urls' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': ['users/templates'], + 'DIRS': ['templates'], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [ diff --git a/ttadmin/users/templates/ttadmin/signup.html b/ttadmin/users/templates/ttadmin/signup.html deleted file mode 100644 index 574bcb0..0000000 --- a/ttadmin/users/templates/ttadmin/signup.html +++ /dev/null @@ -1,108 +0,0 @@ - - -
-{{ error_message }}
{% endif %} - - - - diff --git a/ttadmin/users/templates/users/signup.html b/ttadmin/users/templates/users/signup.html new file mode 100644 index 0000000..69c6adb --- /dev/null +++ b/ttadmin/users/templates/users/signup.html @@ -0,0 +1,80 @@ + + + +{{ error_message }}
{% endif %} + + + + diff --git a/ttadmin/users/templates/users/thanks.html b/ttadmin/users/templates/users/thanks.html new file mode 100644 index 0000000..7728b5a --- /dev/null +++ b/ttadmin/users/templates/users/thanks.html @@ -0,0 +1 @@ +THANKS