aboutsummaryrefslogtreecommitdiffstats
path: root/account/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* * updated 'profile_update' template:Weitian LI2014-04-271-1/+3
| | | | | | | o account_profile_update.css account_profile_update.js o added fields 'reason', 'transcript', 'supplement' o supported upload files (optional, dynamical formset) * updated urls.py of 'password_reset' view
* * implemented 'password_reset' function based on django auth viewsWeitian LI2014-04-261-15/+35
| | | | | * added password_reset related templates and email templates * updated account urls.py
* * added 'ResendEmailForm' formsWeitian LI2014-04-211-1/+9
| | | | | | | | * 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-1/+4
| | | | * updated related link in 'navbar.html'
* * added 'profile', 'profile_update' and 'profile_update_done' templatesWeitian LI2014-04-201-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 templatesWeitian LI2014-04-201-4/+15
|
* * updated django_skaschool/settings.pyWeitian LI2014-04-201-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 registrationWeitian LI2014-04-201-0/+47