customized-404-Seite#90
This commit is contained in:
@@ -7,5 +7,4 @@ 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