diff --git a/rowers/templates/menu_plan.html b/rowers/templates/menu_plan.html index 3545b52e..7ddb10d6 100644 --- a/rowers/templates/menu_plan.html +++ b/rowers/templates/menu_plan.html @@ -38,11 +38,16 @@ Link Workouts -
- From {{ startdate }} to {{ enddate }} -
-| On or after | {{ ps.startdate }} | +On or after | {{ ps.startdate }} |
|---|---|---|---|
| On or before | {{ ps.enddate }} | +On or before | {{ ps.enddate }} |
| Session Type | {{ ps.sessiontype }} | +Session Type | {{ ps.sessiontype }} |
| Session Mode | {{ ps.sessionmode }} | +Session Mode | {{ ps.sessionmode }} |
| Criteria | {{ ps.criterium }} | +Criteria | {{ ps.criterium }} |
| Value | {{ ps.sessionvalue }} | +Value | {{ ps.sessionvalue }} |
| Unit | {{ ps.sessionunit }} | +Unit | {{ ps.sessionunit }} |
| Comment | {{ ps.comment|linebreaks }} | +Comment | {{ ps.comment|linebreaks }} |