From 6fc4e33e39ffd9e84eff4c6c71a1ce2eaf67609e Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 2 Dec 2020 20:26:39 +0100 Subject: [PATCH] more descriptions (added vigorous) --- rowers/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/models.py b/rowers/models.py index 4ebd6636..40348401 100644 --- a/rowers/models.py +++ b/rowers/models.py @@ -2912,7 +2912,7 @@ class Workout(models.Model): (4,'4 Moderate (talk in short spurts, breathing more labored, this feels just right)'), # 50 TSS/hour (5,"5 (It's not that painful, you just don't want to be here all day.)"), (6,'6 Somewhat Hard (you can say a few words if you need to)'), # 70 TSS / hour - (7,'7 (This is starting to get painful)'), + (7,'7 Vigorous (This is starting to get painful)'), (8,"8 Hard (Could barely talk, breathing heavily, hoping you won't have to this that long)"), # 100 TSS / hour (9,'9 Very Hard (My goodness, please make it stop)'), # 120 TSS / hour (10,'10 Max Effort (Could barely remember your name, you would rather rip out your toenails than go through this)') # 140 TSS / hour