aboutsummaryrefslogtreecommitdiffstats
path: root/static
Commit message (Collapse)AuthorAgeFilesLines
* * added poster to 'introduction' page: skaschool-poster.jpgWeitian LI2014-04-271-0/+0
| | | | | * removed 'about' link in 'navbar.html' * small updates to 'index.html', 'program.html'
* added robots.txt and favicon.ico to staticWeitian LI2014-04-222-0/+2
|
* * 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
* added third-party css theme "bootstrap-glyphicons"Weitian LI2014-04-215-0/+429
|
* * implemented the index pageWeitian LI2014-04-207-0/+134
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