diff --git a/beat/web/accounts/urls.py b/beat/web/accounts/urls.py index cdf5a36fb9a91975aec00d3b3b2d73a8e7292f0f..dab95b8d6336eb5b2a72b4c06648507217bee235 100644 --- a/beat/web/accounts/urls.py +++ b/beat/web/accounts/urls.py @@ -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"), ]