aboutsummaryrefslogtreecommitdiffstats
path: root/client/urls.py
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-06-20 00:28:16 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-06-20 00:28:16 +0200
commitffb9b4111a891fda9e9e1ddf19de936bdbd664f8 (patch)
treecbd563acbfb97d2cad4f7da425de412aad00e5dd /client/urls.py
parentMore data for users (diff)
downloadscout-subs-ffb9b4111a891fda9e9e1ddf19de936bdbd664f8.tar.gz
scout-subs-ffb9b4111a891fda9e9e1ddf19de936bdbd664f8.zip
Document support
Diffstat (limited to 'client/urls.py')
-rw-r--r--client/urls.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/urls.py b/client/urls.py
index 4e9f08e..b58433e 100644
--- a/client/urls.py
+++ b/client/urls.py
@@ -4,5 +4,6 @@ from . import views
urlpatterns = [
path('', views.index, name='index'),
- path('approve', views.approve, name='approve')
+ path('approve', views.approve, name='approve'),
+ path('create', views.create, name='create'),
]