aboutsummaryrefslogtreecommitdiffstats
path: root/client/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/urls.py')
-rw-r--r--client/urls.py1
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'),
]