aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/activation_email_subject.txt
Commit message (Collapse)AuthorAgeFilesLines
* * updated activation_email subject and content templateWeitian LI2014-04-291-1/+1
| | | | | | * updated password_reset_email subject and content template * fixed a typo in 400.html * small update to profile_update_done btn style
* * implemented the index pageWeitian LI2014-04-201-1/+1
| | | | | | | | 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-181-0/+1
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'