diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-09-03 18:18:03 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-09-03 18:18:03 +0200 |
commit | f4d03e6016950c41836100e97b206a823f7cb090 (patch) | |
tree | a27cc8386d2b15e485aff4e5511f98e8904fd706 /client/urls.py | |
parent | bug fix: multiple docs same type (diff) | |
download | scout-subs-f4d03e6016950c41836100e97b206a823f7cb090.tar.gz scout-subs-f4d03e6016950c41836100e97b206a823f7cb090.zip |
better wording, simpler approve page
Diffstat (limited to 'client/urls.py')
-rw-r--r-- | client/urls.py | 1 |
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'), |