aboutsummaryrefslogtreecommitdiffstats
path: root/account/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* * added 'ResendEmailForm' formsWeitian LI2014-04-211-18/+69
| | | | | | | | * implemented 'ResendEmailView' class-based view and templates * added js code 'account_email_resend.js' Warning: cannot load static file located in app directory
* * added 'profile', 'profile_update' and 'profile_update_done' templatesWeitian LI2014-04-201-0/+14
| | | | | | | and implemented related views * added 'account.forms.UpdateProfileForm' * implemented 'account.views.UpdateProfileView' using class-based view * updated 'account.urls'
* * implemented custom form and profile for registrationWeitian LI2014-04-201-0/+40