mirror of
https://github.com/QingdaoU/Spirit.git
synced 2025-01-07 20:42:08 +00:00
Merge pull request #23 from MDamien/patch-1
Typo in user password change page url
This commit is contained in:
commit
3410c495b5
@ -33,7 +33,7 @@ urlpatterns = patterns('spirit.views.user',
|
||||
name='password-reset-complete'),
|
||||
|
||||
url(r'^$', 'profile_update', name='profile-update'),
|
||||
url(r'^passwrod-change/$', 'profile_password_change', name='profile-password-change'),
|
||||
url(r'^password-change/$', 'profile_password_change', name='profile-password-change'),
|
||||
url(r'^email-change/$', 'profile_email_change', name='profile-email-change'),
|
||||
|
||||
url(r'^(?P<pk>\d+)/$', 'profile_comments', kwargs={'slug': "", }, name='profile-detail'),
|
||||
|
Loading…
Reference in New Issue
Block a user