Tweaks on templates and foundation for uploading a file
This commit is contained in:
parent
e7db47116e
commit
5c7e2238d8
9 changed files with 140 additions and 18 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue