summaryrefslogtreecommitdiff
path: root/app/routes/basic.py
diff options
context:
space:
mode:
authorstilbruch <stilbruch@protonmail.com>2022-04-23 14:26:59 -0500
committerstilbruch <stilbruch@protonmail.com>2022-04-23 14:26:59 -0500
commit316edff9e6b90ab310978c10adbeffa87d18e746 (patch)
tree2c36e998122e39911bfb458ed1671d6f6e3ae041 /app/routes/basic.py
parent404bba9d518271533d5e4c83dabd8541726bf248 (diff)
downloadStrengthy-316edff9e6b90ab310978c10adbeffa87d18e746.tar.xz
Strengthy-316edff9e6b90ab310978c10adbeffa87d18e746.zip
Fix workout deleting option
Diffstat (limited to 'app/routes/basic.py')
-rw-r--r--app/routes/basic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/routes/basic.py b/app/routes/basic.py
index 36f42f5..5883b97 100644
--- a/app/routes/basic.py
+++ b/app/routes/basic.py
@@ -1,4 +1,5 @@
from app import app, db
+from flask import render_template
from flask_login import login_required
@app.route("/", methods=["GET"])