aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/registration_complete.html
Commit message (Collapse)AuthorAgeFilesLines
* * changed block 'title' to 'pagetitle' for every page templateWeitian LI2014-05-181-3/+1
|
* * 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-201-1/+1
|
* * implemented the index pageWeitian LI2014-04-201-0/+27
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