404 Fehler Seite-vorbereitet!
This commit is contained in:
@@ -7,4 +7,5 @@ urlpatterns = [
|
||||
path('', views.home, name="home"),
|
||||
path('impress', views.impress, name="impress"),
|
||||
path('privacy', views.privacy, name="privacy"),
|
||||
path("404",views.custom_page_not_found, name="404") #TODO: muss noch entfernt werden: Nur zum Testen
|
||||
]
|
||||
Reference in New Issue
Block a user