aboutsummaryrefslogtreecommitdiffstats
path: root/account/templates
Commit message (Collapse)AuthorAgeFilesLines
* Updated 'profile.html' and zh_CN locale messagesWeitian LI2014-06-071-6/+34
| | | | | | * updated profile.html to show 'sjtu_id' and 'sjtu_initpass' info and show a related alert * updated zh_CN locale messages
* Fixed a type 'identify' and updated 'list_approved' display contentsWeitian LI2014-06-032-4/+4
| | | | | | | | | * changed 'identify' to 'identity' in Model 'UserProfile' * updated forms.py, admin.py, profile.html related to 'identity' * added South migration for renaming field 'identify' to 'identity' * updated display contents of 'list_approved': removed 'identity' column * updated 'institute' field name to 'institute (and major)' * updated related translations
* updated 'list_approved.html' display style (removed column identity)Weitian LI2014-06-021-9/+10
|
* * added 'is_checkin' field to account.models.UserProfileWeitian LI2014-05-201-0/+14
| | | | | | | | * added 'get_checkin_value', 'dump_fieldnames' and 'dump' methods to UserProfile model * generated south migrations for app 'account' * display two more columns (email, is_checkin) in UserProfileAdmin * added 'get_urls' and 'userprofile_csv_view' to UserProfileAdmin * updaed 'profile.html' with 'is_checkin' field
* * changed block 'title' to 'pagetitle' for every page templateWeitian LI2014-05-1814-46/+14
|
* Replaced get_object_or_404 with query in ListApprovedView, thus adminWeitian LI2014-04-291-1/+1
| | | | can browser approved user list normally.
* * updated transcript help_text of account/models.pyWeitian LI2014-04-292-0/+2
| | | | | | * 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 activation_email subject and content templateWeitian LI2014-04-293-5/+8
| | | | | | * updated password_reset_email subject and content template * fixed a typo in 400.html * small update to profile_update_done btn style
* * updated login.html with 'password-reset' styleWeitian LI2014-04-292-6/+10
| | | | | | * 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-272-10/+16
| | | | * 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'
* * updated 'profile_update' template:Weitian LI2014-04-271-1/+31
| | | | | | | 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-267-0/+117
| | | | | * added password_reset related templates and email templates * updated account urls.py
* * updated 'introduction' url to index.htmlWeitian LI2014-04-221-1/+1
| | | | * fixed comment in 'list_approved.html'
* * added column 'identify' to 'list_approved' viewWeitian LI2014-04-221-3/+6
| | | | * updated navbar.html to always show 'list_approved' but login_required
* * 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 '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