Tweaks on templates and foundation for uploading a file

This commit is contained in:
Tom Hubrecht 2020-12-22 01:17:38 +01:00
parent e7db47116e
commit 5c7e2238d8
9 changed files with 140 additions and 18 deletions

View file

@ -94,6 +94,8 @@ class LogoutView(auth_views.LogoutView):
logged in via CAS.
"""
template_name = "auth/logout.html"
def setup(self, request):
super().setup(request)
if "CASCONNECTED" in request.session: