Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * implemented 'list_approved' view, added related template | Weitian LI | 2014-04-21 | 1 | -0/+45 |
| | | | | * updated related link in 'navbar.html' | ||||
* | * added 'profile', 'profile_update' and 'profile_update_done' templates | Weitian LI | 2014-04-20 | 3 | -3/+62 |
| | | | | | | | and implemented related views * added 'account.forms.UpdateProfileForm' * implemented 'account.views.UpdateProfileView' using class-based view * updated 'account.urls' | ||||
* | small fixes to "br" tag | Weitian LI | 2014-04-20 | 4 | -6/+54 |
| | |||||
* | added 'password_change' and 'password_change_done' views and templates | Weitian LI | 2014-04-20 | 2 | -0/+45 |
| | |||||
* | * updated django_skaschool/settings.py | Weitian LI | 2014-04-20 | 3 | -0/+64 |
o LOGIN_URL, LOGIN_REDIRECT_URL, LOGOUT_URL * added login/logout views to account urls.py * added account templates for login, logout, profile |