From f270f014febd1ef150f3cb3fc5d6cc0c6d4a1061 Mon Sep 17 00:00:00 2001 From: patrick Date: Sun, 13 Jun 2021 21:14:36 +0000 Subject: [PATCH] update url --- fet2020/intern/urls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fet2020/intern/urls.py b/fet2020/intern/urls.py index ff7d36f0..538bdb6a 100644 --- a/fet2020/intern/urls.py +++ b/fet2020/intern/urls.py @@ -5,6 +5,6 @@ from . import views urlpatterns = [ path("", views.index, name="intern"), - path("", views.show_topic, name="topic"), - path("/", views.show_docu, name="docu"), + path("/", views.show_topic, name="topic"), + path("//", views.show_docu, name="docu"), ]