diff --git a/DSTBundesliga/urls.py b/DSTBundesliga/urls.py index 85bd8b8..fcbd22a 100644 --- a/DSTBundesliga/urls.py +++ b/DSTBundesliga/urls.py @@ -16,7 +16,7 @@ path('tinymce/', include('tinymce.urls')), path('admin/', admin.site.urls), url(r'^shared/', include('filer.urls')), - path('commishguide/', views.commishguide), + path('regelwerk/', views.regelwerk), re_path(r'^', include('cms.urls')), ] diff --git a/DSTBundesliga/views.py b/DSTBundesliga/views.py index 1507b24..1201735 100644 --- a/DSTBundesliga/views.py +++ b/DSTBundesliga/views.py @@ -1,5 +1,5 @@ from django.shortcuts import redirect -def commishguide(request): - return redirect("/shared/files/1627921237/17/") +def regelwerk(request): + return redirect("/shared/files/1691174923/27/") diff --git a/templates/base.html b/templates/base.html index cfec9c2..ca5ff6e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -131,7 +131,6 @@

bis zur Anmeldung für die Saison {% get_current_season %}. Stay Tuned!