aboutsummaryrefslogtreecommitdiffstats
path: root/templates/navbar.html
Commit message (Collapse)AuthorAgeFilesLines
* * updated 'robots.txt'Weitian LI2014-05-181-1/+1
| | | | | * updated template 'base.html' to include 'metainfo.html' and 'sitetitle.txt' * updated navbar.html main button text
* * moved 'introduction.js' -> 'sidebar.js'Weitian LI2014-04-281-1/+1
| | | | | | * moved 'introduction.css' -> 'sidebar.css' * updated page introduction.html * updated index.html and navbar.html
* * added poster to 'introduction' page: skaschool-poster.jpgWeitian LI2014-04-271-0/+2
| | | | | * removed 'about' link in 'navbar.html' * small updates to 'index.html', 'program.html'
* * added blank templates of needed pagesWeitian LI2014-04-241-7/+8
| | | | | * added urls in pages.urls * updated links in navbar.html
* * 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
* * added column 'identify' to 'list_approved' viewWeitian LI2014-04-221-3/+1
| | | | * updated navbar.html to always show 'list_approved' but login_required
* * 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-201-1/+1
|
* small updated navbar.html and registration templatesWeitian LI2014-04-201-5/+3
|
* * implemented the index pageWeitian LI2014-04-201-0/+51
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