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

[accounts][url] create endpoint for supervisee rejection

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