From 22d87b6dc867d1e8931ac1a17c9a17a607b02eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20H=C3=B8rl=C3=BCck=20Berg?= <36937807+henrikhorluck@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:27:23 +0200 Subject: [PATCH] Fix lint --- onlineweb4/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/onlineweb4/urls.py b/onlineweb4/urls.py index 8f64bc34b..250809b8f 100644 --- a/onlineweb4/urls.py +++ b/onlineweb4/urls.py @@ -23,6 +23,7 @@ class HomePageView(TemplateView): def redirect_to_new_wiki(request, path): return redirect(f"https://wiki.online.ntnu.no/{path}", permanent=True) + urlpatterns = [ # Admin urls re_path(r"^admin/doc/", include("django.contrib.admindocs.urls")),