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