Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * added 'profile', 'profile_update' and 'profile_update_done' templates | Weitian LI | 2014-04-20 | 1 | -23/+35 |
| | | | | | | | and implemented related views * added 'account.forms.UpdateProfileForm' * implemented 'account.views.UpdateProfileView' using class-based view * updated 'account.urls' | ||||
* | added 'password_change' and 'password_change_done' views and templates | Weitian LI | 2014-04-20 | 1 | -4/+15 |
| | |||||
* | * updated django_skaschool/settings.py | Weitian LI | 2014-04-20 | 1 | -3/+14 |
| | | | | | | o LOGIN_URL, LOGIN_REDIRECT_URL, LOGOUT_URL * added login/logout views to account urls.py * added account templates for login, logout, profile | ||||
* | * implemented custom form and profile for registration | Weitian LI | 2014-04-20 | 1 | -0/+47 |