aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/activation_complete.html
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* small fixes to "br" tagWeitian LI2014-04-201-2/+2
|
* * implemented the index pageWeitian LI2014-04-201-0/+22
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