| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
* added password_reset related templates and email templates
* updated account urls.py
|
|
|
|
|
|
|
|
| |
* implemented 'ResendEmailView' class-based view and templates
* added js code 'account_email_resend.js'
Warning:
cannot load static file located in app directory
|
|
|
|
| |
* updated related link in 'navbar.html'
|
|
|
|
|
|
|
| |
and implemented related views
* added 'account.forms.UpdateProfileForm'
* implemented 'account.views.UpdateProfileView' using class-based view
* updated 'account.urls'
|
| |
|
|
|
|
|
|
| |
o LOGIN_URL, LOGIN_REDIRECT_URL, LOGOUT_URL
* added login/logout views to account urls.py
* added account templates for login, logout, profile
|
|
|