Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Validate username field on registration | Weitian LI | 2014-06-07 | 1 | -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 template | Weitian LI | 2014-05-18 | 1 | -3/+1 |
| | |||||
* | small fixes to "br" tag | Weitian LI | 2014-04-20 | 1 | -2/+2 |
| | |||||
* | small updated navbar.html and registration templates | Weitian LI | 2014-04-20 | 1 | -1/+4 |
| | |||||
* | * implemented the index page | Weitian LI | 2014-04-20 | 1 | -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 |