aboutsummaryrefslogtreecommitdiffstats
path: root/account/templates/account/profile.html
Commit message (Collapse)AuthorAgeFilesLines
* * added 'profile', 'profile_update' and 'profile_update_done' templatesWeitian LI2014-04-201-3/+17
| | | | | | | and implemented related views * added 'account.forms.UpdateProfileForm' * implemented 'account.views.UpdateProfileView' using class-based view * updated 'account.urls'
* small fixes to "br" tagWeitian LI2014-04-201-2/+50
|
* * updated django_skaschool/settings.pyWeitian LI2014-04-201-0/+21
o LOGIN_URL, LOGIN_REDIRECT_URL, LOGOUT_URL * added login/logout views to account urls.py * added account templates for login, logout, profile