aboutsummaryrefslogtreecommitdiffstats
path: root/static
Commit message (Collapse)AuthorAgeFilesLines
* * upaded display format of model Notice 'notice/models.py'Weitian LI2014-05-142-0/+0
| | | | | | * updated 'archive/urls.py', shortened the url, added a redirect * updated poster image: 'skaschool-poster.jpg' * updated the lecturer information of 'page/introduction.html'
* * added 'bootstrap-3.1.1' to staticWeitian LI2014-05-0412-0/+8334
| | | | | * updated 'settings' to serve bootstrap from local ('respond.js' required local css, otherwise extra configuration requires.)
* * moved 'introduction.js' -> 'sidebar.js'Weitian LI2014-04-283-1/+67
| | | | | | * 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/+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