Format and fix logged out bug for most recent orgs

This commit is contained in:
cuom1999 2022-10-17 19:30:00 -05:00
parent 103a4bb69d
commit 30f1c105cb
6 changed files with 703 additions and 12 deletions

View file

@ -438,7 +438,7 @@ def edit_profile(request):
form.fields["test_site"].initial = request.user.has_perm("judge.test_site")
tzmap = settings.TIMEZONE_MAP
return render(
request,
"user/edit-profile.html",