aboutsummaryrefslogtreecommitdiffstats
path: root/page
Commit message (Collapse)AuthorAgeFilesLines
* * changed block 'title' to 'pagetitle' for every page templateWeitian LI2014-05-188-24/+8
|
* * upaded display format of model Notice 'notice/models.py'Weitian LI2014-05-141-4/+5
| | | | | | * updated 'archive/urls.py', shortened the url, added a redirect * updated poster image: 'skaschool-poster.jpg' * updated the lecturer information of 'page/introduction.html'
* * small updates to 'introduction.html'Weitian LI2014-05-041-6/+6
| | | | * small updates to 'NOTES.txt'
* checked the contents of introduction.html pageWeitian LI2014-04-301-5/+5
|
* * updated login.html with 'password-reset' styleWeitian LI2014-04-292-1/+4
| | | | | | * updated profile.html with transcript display * updated about.html with alert warning information * updated introduction with poster download link
* * moved 'introduction.js' -> 'sidebar.js'Weitian LI2014-04-283-68/+2
| | | | | | * moved 'introduction.css' -> 'sidebar.css' * updated page introduction.html * updated index.html and navbar.html
* * updated contents and format of pagesWeitian LI2014-04-284-38/+85
| | | | * updated <a> in 'index.html' with target="_blank"
* * added poster to 'introduction' page: skaschool-poster.jpgWeitian LI2014-04-272-3/+5
| | | | | * removed 'about' link in 'navbar.html' * small updates to 'index.html', 'program.html'
* * added contents for 'accommodation', 'committee', 'sponsor' and 'traffic' pagesWeitian LI2014-04-254-6/+71
|
* * app page: finished 'introduction' template pageWeitian LI2014-04-253-3/+158
| | | | * added related introduction.css and introduction.js
* * added blank templates of needed pagesWeitian LI2014-04-248-1/+170
| | | | | * added urls in pages.urls * updated links in navbar.html
* * added urls and template for 'introduction' in app pageWeitian LI2014-04-233-4/+23
| | | | * fixed page/views.py
* disabled app south and removed migrationsWeitian LI2014-04-202-20/+0
|
* * implemented the index pageWeitian LI2014-04-205-2/+43
| | | | | | | | 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-186-0/+25
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'