aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* * moved 'introduction.js' -> 'sidebar.js'Weitian LI2014-04-282-1/+8
| | | | | | * moved 'introduction.css' -> 'sidebar.css' * updated page introduction.html * updated index.html and navbar.html
* * updated contents and format of pagesWeitian LI2014-04-281-2/+2
| | | | * updated <a> in 'index.html' with target="_blank"
* * added poster to 'introduction' page: skaschool-poster.jpgWeitian LI2014-04-272-1/+2
| | | | | * removed 'about' link in 'navbar.html' * small updates to 'index.html', 'program.html'
* * implemented function to auto login user after activationWeitian LI2014-04-271-0/+4
| | | | | o added 'login_on_activation' and connected to 'user_activated' signal o updated 'activation_complete.html' template
* * added blank templates of needed pagesWeitian LI2014-04-241-7/+8
| | | | | * added urls in pages.urls * updated links in navbar.html
* * added 'ADMINS' and 'MANAGERS' settings to settings_production.pyWeitian LI2014-04-244-0/+79
| | | | * added templates 400, 404, 404 and 500
* * implemented 'ListNoticeView' based on ListViewWeitian LI2014-04-231-2/+2
| | | | | | * added list_notice template, css, urls * updated models and admin of app notice * updated navbar.html
* * updated 'introduction' url to index.htmlWeitian LI2014-04-221-1/+3
| | | | * fixed comment in 'list_approved.html'
* * added column 'identify' to 'list_approved' viewWeitian LI2014-04-221-3/+1
| | | | * updated navbar.html to always show 'list_approved' but login_required
* * 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
* * implemented 'list_approved' view, added related templateWeitian LI2014-04-211-0/+3
| | | | * updated related link in 'navbar.html'
* small fixes to "br" tagWeitian LI2014-04-205-9/+9
|
* small updated navbar.html and registration templatesWeitian LI2014-04-204-29/+16
|
* * implemented the index pageWeitian LI2014-04-2019-126/+308
| | | | | | | | 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
* * updated settings.py, added settings_email.pyWeitian LI2014-04-1811-0/+146
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'