users can update their password in their profile
This commit is contained in:
parent
f420dd98ac
commit
2f3d75fc3e
4 changed files with 72 additions and 11 deletions
|
@ -3,7 +3,7 @@ from django.conf.urls import url, include
|
|||
|
||||
urlpatterns = [
|
||||
# Profile
|
||||
url(r'^profile$', 'accounts.views.profile', name='profile'),
|
||||
url(r'^profile/$', 'accounts.views.profile', name='profile'),
|
||||
# Users
|
||||
url(r'^admin/users/$', 'accounts.views.user_list', name='list-user'),
|
||||
url(r'^admin/users/add/$', 'accounts.views.user_edit', name='add-user'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue