This commit is contained in:
Martin Quarda 2024-10-18 08:53:44 +02:00
parent 5e6baf64c3
commit 7c7f554fd0

View File

@ -134,7 +134,6 @@ web: https://alkator.cz""", "info@alkator.cz", [email])
@csrf_exempt
def logout(request):
auth_logout(request)
return redirect("/#")