From 007eb3b5a966f221dc2452edbada6e11603b66fa Mon Sep 17 00:00:00 2001 From: moanos Date: Tue, 17 Jun 2025 17:05:32 +0200 Subject: [PATCH] fix: remove styleguide also from urls --- src/fellchensammlung/urls.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fellchensammlung/urls.py b/src/fellchensammlung/urls.py index dd71943..22d4eee 100644 --- a/src/fellchensammlung/urls.py +++ b/src/fellchensammlung/urls.py @@ -116,7 +116,5 @@ urlpatterns = [ ## TECHNICAL ## ############### path("sitemap.xml", sitemap, {"sitemaps": sitemaps}, name="django.contrib.sitemaps.views.sitemap"), - path("styleguide", views.styleguide, name="styleguide"), - path("styleguide-bulma", views.styleguide_bulma, name="styleguide-bulma"), ]