aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/registration_form.html
Commit message (Collapse)AuthorAgeFilesLines
* Validate username field on registrationWeitian LI2014-06-071-1/+3
| | | | | | * validate username with regex on registration (bootstrap3 frontent does not handle regex correctly. XXX) -> account/forms.py * small update to registration page title display style
* * changed block 'title' to 'pagetitle' for every page templateWeitian LI2014-05-181-3/+1
|
* small fixes to "br" tagWeitian LI2014-04-201-2/+2
|
* small updated navbar.html and registration templatesWeitian LI2014-04-201-1/+4
|
* * 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