summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-09 09:52:34 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-09 09:52:34 +0000
commit76b74d2a8ca01d3599d83c6a6f6d0b04f8397b80 (patch)
tree117f71f98667246db8644a433991d079f5826c7f
parent52f3ef360087fb26575cf1ba0a65ab56d2d84ca2 (diff)
Tue, Jul 9, 2024, 2:52 AM -07:00
-rw-r--r--wk9/lect/froshims/app.py2
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")