aboutsummaryrefslogtreecommitdiffstats
path: root/static/js
Commit message (Collapse)AuthorAgeFilesLines
* * moved 'introduction.js' -> 'sidebar.js'Weitian LI2014-04-281-0/+34
| | | | | | * moved 'introduction.css' -> 'sidebar.css' * updated page introduction.html * updated index.html and navbar.html
* * added 'ResendEmailForm' formsWeitian LI2014-04-211-0/+19
| | | | | | | | * implemented 'ResendEmailView' class-based view and templates * added js code 'account_email_resend.js' Warning: cannot load static file located in app directory
* * implemented the index pageWeitian LI2014-04-201-0/+17
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