| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* updated navbar.html to always show 'list_approved' but login_required
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
* 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'
|
| |
|
| |
|
| |
|
|
|
|
| |
"is_sponsored"
|
|
|
|
|
|
| |
o LOGIN_URL, LOGIN_REDIRECT_URL, LOGOUT_URL
* added login/logout views to account urls.py
* added account templates for login, logout, profile
|
| |
|
|
|
|
|
|
|
|
| |
o base.html, navbar.html, favicon.html, index.html
o added static files related to index page
* performed south migrations
* implemented registration templates
* implemented regiration views and pages
|
|
* created directories 'static' and 'templates'
* added app 'account', 'notice'
* added app 'demo'
|