From 05463489f459761e93b8921b5627626ee3adf420 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Tue, 25 Jul 2023 13:47:43 +0200 Subject: create docs from uc --- client/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/urls.py') diff --git a/client/urls.py b/client/urls.py index 4da5169..d76aa96 100644 --- a/client/urls.py +++ b/client/urls.py @@ -4,7 +4,7 @@ from . import views urlpatterns = [ path('', views.index, name='index'), - path('create', views.create, name='create'), + path('create/', views.create, name='create'), path('edit', views.edit, name='edit'), path('about', views.about, name='about'), ] -- cgit v1.2.1