Skip to content
Snippets Groups Projects
Commit 0ac5fe7e authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

[accounts][urls] update url from temp/ to validation/

parent 9fa28f2f
No related branches found
No related tags found
1 merge request!328Improve automatic emails with temporary urls
......@@ -30,5 +30,5 @@ from . import views
urlpatterns = [
url(r'^settings/$', views.account_settings, name='settings'),
url(r'^temp/(?P<hash_url>\w+)/$', views.load_temporary_url, name="temp_url"),
url(r'^validation/(?P<hash_url>\w+)/$', views.load_temporary_url, name="temp_url_validation"),
]
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