summaryrefslogtreecommitdiff
path: root/app/routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/routes.py')
-rw-r--r--app/routes.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/routes.py b/app/routes.py
index 7ee3986..8f5d8c1 100644
--- a/app/routes.py
+++ b/app/routes.py
@@ -116,3 +116,8 @@ def editWorkout():
@login_required
def recordWorkout():
return render_template('workout/record.html')
+
+@app.route("/workout/select", methods=['GET'])
+@login_required
+def selectWorkout():
+ return render_template('workout/select.html')