Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | show notice pubtime in index page | Weitian LI | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | updated notice display style in index page | Weitian LI | 2014-06-03 | 1 | -3/+3 |
| | |||||
* | Show latest import notice at index page. | Weitian LI | 2014-06-03 | 1 | -1/+16 |
| | | | | | | * added 'page.views.IndexView' for 'django_skaschool.urls * updated 'index.html' to display notice at bottom * added '.smallcaps' in 'index.css' for English title | ||||
* | * updated keywords in metainfo.html | Weitian LI | 2014-05-18 | 1 | -1/+3 |
| | | | | * added 'baidu-site-verification' to metainfo.html | ||||
* | * changed block 'title' to 'pagetitle' for every page template | Weitian LI | 2014-05-18 | 9 | -27/+9 |
| | |||||
* | * updated 'robots.txt' | Weitian LI | 2014-05-18 | 4 | -2/+16 |
| | | | | | * updated template 'base.html' to include 'metainfo.html' and 'sitetitle.txt' * updated navbar.html main button text | ||||
* | added BeiAn information to index.html | Weitian LI | 2014-04-29 | 1 | -0/+1 |
| | |||||
* | added sponsors links and updated friends links | Weitian LI | 2014-04-29 | 1 | -2/+15 |
| | |||||
* | * updated activation_email subject and content template | Weitian LI | 2014-04-29 | 4 | -12/+9 |
| | | | | | | * updated password_reset_email subject and content template * fixed a typo in 400.html * small update to profile_update_done btn style | ||||
* | * moved 'introduction.js' -> 'sidebar.js' | Weitian LI | 2014-04-28 | 2 | -1/+8 |
| | | | | | | * moved 'introduction.css' -> 'sidebar.css' * updated page introduction.html * updated index.html and navbar.html | ||||
* | * updated contents and format of pages | Weitian LI | 2014-04-28 | 1 | -2/+2 |
| | | | | * updated <a> in 'index.html' with target="_blank" | ||||
* | * added poster to 'introduction' page: skaschool-poster.jpg | Weitian LI | 2014-04-27 | 2 | -1/+2 |
| | | | | | * removed 'about' link in 'navbar.html' * small updates to 'index.html', 'program.html' | ||||
* | * implemented function to auto login user after activation | Weitian LI | 2014-04-27 | 1 | -0/+4 |
| | | | | | o added 'login_on_activation' and connected to 'user_activated' signal o updated 'activation_complete.html' template | ||||
* | * added blank templates of needed pages | Weitian LI | 2014-04-24 | 1 | -7/+8 |
| | | | | | * added urls in pages.urls * updated links in navbar.html | ||||
* | * added 'ADMINS' and 'MANAGERS' settings to settings_production.py | Weitian LI | 2014-04-24 | 4 | -0/+79 |
| | | | | * added templates 400, 404, 404 and 500 | ||||
* | * implemented 'ListNoticeView' based on ListView | Weitian LI | 2014-04-23 | 1 | -2/+2 |
| | | | | | | * added list_notice template, css, urls * updated models and admin of app notice * updated navbar.html | ||||
* | * updated 'introduction' url to index.html | Weitian LI | 2014-04-22 | 1 | -1/+3 |
| | | | | * fixed comment in 'list_approved.html' | ||||
* | * added column 'identify' to 'list_approved' view | Weitian LI | 2014-04-22 | 1 | -3/+1 |
| | | | | * updated navbar.html to always show 'list_approved' but login_required | ||||
* | * added 'ResendEmailForm' forms | Weitian LI | 2014-04-21 | 1 | -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 template | Weitian LI | 2014-04-21 | 1 | -0/+3 |
| | | | | * updated related link in 'navbar.html' | ||||
* | small fixes to "br" tag | Weitian LI | 2014-04-20 | 5 | -9/+9 |
| | |||||
* | small updated navbar.html and registration templates | Weitian LI | 2014-04-20 | 4 | -29/+16 |
| | |||||
* | * implemented the index page | Weitian LI | 2014-04-20 | 19 | -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.py | Weitian LI | 2014-04-18 | 11 | -0/+146 |
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo' |