diff --git a/app.py b/app.py
index 4ee4aff..0f2f9ec 100644
--- a/app.py
+++ b/app.py
@@ -102,7 +102,9 @@ def get_workout_start_date(person_id, workout_id):
workout = db.get_workout(person_id, workout_id)
return f"""
{workout['StartDate']}
-
+
Edit
"""