diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-07-27 16:34:41 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-07-27 16:34:41 +0200 |
commit | 90f23ce16a064eb7cbcfcb25644f3272b7cb5ae6 (patch) | |
tree | 9a75abceafbc50aff227ff78cf7028c12c9bb79f /client/urls.py | |
parent | bug fixes and visual improvements (diff) | |
download | scout-subs-90f23ce16a064eb7cbcfcb25644f3272b7cb5ae6.tar.gz scout-subs-90f23ce16a064eb7cbcfcb25644f3272b7cb5ae6.zip |
about page and licence
Diffstat (limited to 'client/urls.py')
-rw-r--r-- | client/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/urls.py b/client/urls.py index 164eefc..b0477d1 100644 --- a/client/urls.py +++ b/client/urls.py @@ -7,4 +7,5 @@ urlpatterns = [ path('approve', views.approve, name='approve'), path('create', views.create, name='create'), path('edit', views.edit, name='edit'), + path('about', views.about, name='about'), ] |