Skip to content
Snippets Groups Projects
Commit 3843c26e authored by Christian Dresen's avatar Christian Dresen
Browse files

no message

parent 73bd1059
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ urlpatterns = [
url(r'^register/$', register.register, name='index'),
url(r'^reset_password/$', reset_password.gen_token, name='index'),
url(r'^reset_password/(?P<reset_hash>\w+)/$', reset_password.change_password, name='index'),
# url(r'^reset_password/(?P<reset_hash>\w+)/$', reset_password.change_password, name='index'),
url(r'^profile/$', profile.index, name='index'),
url(r'^profile/change_password/$', profile.change_password, name='change_password'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment