Skip to content
Snippets Groups Projects

Improve automatic emails with temporary urls

Merged Flavio TARSETTI requested to merge 542_temporary_urls into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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"),
]
Loading