Skip to content

Commit

Permalink
fixup! fixup! Use JQuery in the waiver form
Browse files Browse the repository at this point in the history
  • Loading branch information
mvalik committed Oct 11, 2023
1 parent ebcc03a commit 40cd633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waiverdb/api_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def get(self):
:statuscode 200: The HTML with the form is returned.
"""
warning = request.args.get("error") or _authorization_warning(request)
warning = _authorization_warning(request)
html = render_template(
'new_waiver.html',
warning=warning,
Expand Down

0 comments on commit 40cd633

Please sign in to comment.