diff options
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 b58433e..164eefc 100644 --- a/client/urls.py +++ b/client/urls.py @@ -6,4 +6,5 @@ urlpatterns = [ path('', views.index, name='index'), path('approve', views.approve, name='approve'), path('create', views.create, name='create'), + path('edit', views.edit, name='edit'), ] |