Skip to content

Commit

Permalink
Removed commishguide
Browse files Browse the repository at this point in the history
  • Loading branch information
danielengelhardt committed Aug 4, 2023
1 parent d880c36 commit ade915c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DSTBundesliga/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')),
]

Expand Down
4 changes: 2 additions & 2 deletions DSTBundesliga/views.py
Original file line number Diff line number Diff line change
@@ -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/")
1 change: 0 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ <h1>bis zur Anmeldung für die Saison {% get_current_season %}. Stay Tuned!</h1>
<ul>
<li class="right"><a href="/impressum">Impressum & Datenschutz</a></li>
<li class="right"><a href="/regelwerk">Regelwerk</a></li>
<li class="right"><a href="/commishguide">Commish-Guide</a></li>
<li class="right"><a href="/faq">FAQs</a></li>
<li class="right"><a href="http://downsettalk.de/">DOWN,SET,TALK!</a></li>
<li class="right"><a href="https://anchor.fm/dstfanfoobl"><i class="inverted large podcast icon"></i></a></li>
Expand Down

0 comments on commit ade915c

Please sign in to comment.