Skip to content

Commit

Permalink
adding missing quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
ooemperor committed Dec 7, 2023
1 parent 51eb5d0 commit ca449ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeGrader/frontend/admin/handlers/AdminUser.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def get(self) -> Union[str, Response]:

else: # admin is not allowed to see this admin add page
self.flash("You are not allowed to access this site")
return redirect(url_for(admins))
return redirect(url_for("admins"))

def post(self) -> Response:
"""
Expand Down

0 comments on commit ca449ca

Please sign in to comment.