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

[accounts][urls] added endpoint for url

parent 8235a2f2
No related branches found
No related tags found
1 merge request!328Improve automatic emails with temporary urls
......@@ -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"),
]
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