diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 09:52:34 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 09:52:34 +0000 |
commit | 76b74d2a8ca01d3599d83c6a6f6d0b04f8397b80 (patch) | |
tree | 117f71f98667246db8644a433991d079f5826c7f /wk9/lect | |
parent | 52f3ef360087fb26575cf1ba0a65ab56d2d84ca2 (diff) |
Tue, Jul 9, 2024, 2:52 AM -07:00
Diffstat (limited to 'wk9/lect')
-rw-r--r-- | wk9/lect/froshims/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk9/lect/froshims/app.py b/wk9/lect/froshims/app.py index db24ea6..5d64a54 100644 --- a/wk9/lect/froshims/app.py +++ b/wk9/lect/froshims/app.py @@ -11,4 +11,4 @@ def register(): if not request.form.get("name") or not request.form.get("sport"): return render_template("failure.html") - return render_template("success") + return render_template("success.html") |