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"), ]