aboutsummaryrefslogtreecommitdiffstats
path: root/account/templates/account/profile.html
Commit message (Collapse)AuthorAgeFilesLines
* * updated transcript help_text of account/models.pyWeitian LI2014-04-291-0/+1
| | | | | | * updated ValidationError message and used named string of account/extra.py * small changes to 'profile.html' and 'profile_update.html' * added class Meta to notice/models.py/NoticeAttachment
* * updated login.html with 'password-reset' styleWeitian LI2014-04-291-1/+1
| | | | | | * updated profile.html with transcript display * updated about.html with alert warning information * updated introduction with poster download link
* * updated 'list_approved.html' and related 'ListApprovedView'Weitian LI2014-04-271-3/+3
| | | | * small update to 'profile.html'
* * updated 'profile.html' to show new fieldsWeitian LI2014-04-271-0/+43
| | | | | | * added account_profile.css * fixes to 'save' method of model UserProfile and UserFile * fixes to 'UpdateProfileView' with formset 'instance'
* * added following methods for 'UserProfile' model:Weitian LI2014-04-211-0/+5
| | | | | | | | | o get_gender_value() o get_approved_value() o get_sponsored_value() o get_identify_value() * updated 'user_registered_callback' to save 'identify' field * updated 'account/profile.html' template to show identify infomation
* * 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