aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration
Commit message (Collapse)AuthorAgeFilesLines
* * updated activation_email subject and content templateWeitian LI2014-04-292-8/+8
| | | | | | * updated password_reset_email subject and content template * fixed a typo in 400.html * small update to profile_update_done btn style
* * implemented function to auto login user after activationWeitian LI2014-04-271-0/+4
| | | | | o added 'login_on_activation' and connected to 'user_activated' signal o updated 'activation_complete.html' template
* * added 'ResendEmailForm' formsWeitian LI2014-04-211-0/+1
| | | | | | | | * implemented 'ResendEmailView' class-based view and templates * added js code 'account_email_resend.js' Warning: cannot load static file located in app directory
* small fixes to "br" tagWeitian LI2014-04-203-5/+5
|
* small updated navbar.html and registration templatesWeitian LI2014-04-202-2/+13
|
* * implemented the index pageWeitian LI2014-04-207-6/+112
| | | | | | | | o base.html, navbar.html, favicon.html, index.html o added static files related to index page * performed south migrations * implemented registration templates * implemented regiration views and pages
* * updated settings.py, added settings_email.pyWeitian LI2014-04-182-0/+15
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'