aboutsummaryrefslogtreecommitdiffstats
path: root/account/templates
Commit message (Collapse)AuthorAgeFilesLines
* * added 'ResendEmailForm' formsWeitian LI2014-04-212-0/+53
| | | | | | | | * 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 templateWeitian LI2014-04-211-0/+45
| | | | * updated related link in 'navbar.html'
* * added 'profile', 'profile_update' and 'profile_update_done' templatesWeitian LI2014-04-203-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" tagWeitian LI2014-04-204-6/+54
|
* added 'password_change' and 'password_change_done' views and templatesWeitian LI2014-04-202-0/+45
|
* * updated django_skaschool/settings.pyWeitian LI2014-04-203-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