aboutsummaryrefslogtreecommitdiffstats
path: root/client/urls.py
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-09-03 18:18:03 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-09-03 18:18:03 +0200
commitf4d03e6016950c41836100e97b206a823f7cb090 (patch)
treea27cc8386d2b15e485aff4e5511f98e8904fd706 /client/urls.py
parentbug fix: multiple docs same type (diff)
downloadscout-subs-f4d03e6016950c41836100e97b206a823f7cb090.tar.gz
scout-subs-f4d03e6016950c41836100e97b206a823f7cb090.zip
better wording, simpler approve page
Diffstat (limited to 'client/urls.py')
-rw-r--r--client/urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/urls.py b/client/urls.py
index b0477d1..4da5169 100644
--- a/client/urls.py
+++ b/client/urls.py
@@ -4,7 +4,6 @@ from . import views
urlpatterns = [
path('', views.index, name='index'),
- path('approve', views.approve, name='approve'),
path('create', views.create, name='create'),
path('edit', views.edit, name='edit'),
path('about', views.about, name='about'),