[snowy] Move registration templates into users/



commit 62cc556b225605eab5d2d22ecdf3687ae39d9d23
Author: Brad Taylor <brad getcoded net>
Date:   Wed Jul 22 15:44:55 2009 -0400

    Move registration templates into users/

 settings.py                                        |    1 +
 .../templates}/registration/activation_email.txt   |    0
 .../registration/activation_email_subject.txt      |    0
 .../templates}/registration/login.html             |    0
 .../templates}/registration/logout.html            |    0
 .../registration/registration_complete.html        |    0
 .../templates}/registration/registration_form.html |    0
 7 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/settings.py b/settings.py
index 59f03d9..e9bf1ec 100644
--- a/settings.py
+++ b/settings.py
@@ -105,6 +105,7 @@ sys.path.append(EXTERNAL_APPS_PATH)
 INSTALLED_APPS = (
     # Local apps
     'api',
+    'users',
     'notes',
 
     # System apps
diff --git a/templates/registration/activation_email.txt b/users/templates/registration/activation_email.txt
similarity index 100%
rename from templates/registration/activation_email.txt
rename to users/templates/registration/activation_email.txt
diff --git a/templates/registration/activation_email_subject.txt b/users/templates/registration/activation_email_subject.txt
similarity index 100%
rename from templates/registration/activation_email_subject.txt
rename to users/templates/registration/activation_email_subject.txt
diff --git a/templates/registration/login.html b/users/templates/registration/login.html
similarity index 100%
rename from templates/registration/login.html
rename to users/templates/registration/login.html
diff --git a/templates/registration/logout.html b/users/templates/registration/logout.html
similarity index 100%
rename from templates/registration/logout.html
rename to users/templates/registration/logout.html
diff --git a/templates/registration/registration_complete.html b/users/templates/registration/registration_complete.html
similarity index 100%
rename from templates/registration/registration_complete.html
rename to users/templates/registration/registration_complete.html
diff --git a/templates/registration/registration_form.html b/users/templates/registration/registration_form.html
similarity index 100%
rename from templates/registration/registration_form.html
rename to users/templates/registration/registration_form.html



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]