summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")