From bd757c7bb4ebe8e6e01928eefb93abd2ab582d5c Mon Sep 17 00:00:00 2001
From: Sander Roosendaal Select one session on the left, and one or more workouts on the right
- to match the workouts to the session. For tests and training sessions,
- the selected workouts must be done on the same date. For all sessions,
- the workout dates must be between the start and end date for the
- session.
-
- If you select a workout that has already been matched to another session,
- it will change to match this session.
-
- Workouts marked with a red check mark (✔)
- are currently linked to one of your sessions. A workout can only be assigned to
- one session at a time.
-
{% for member in user|team_members %}
-
+
{% if member == rower.user %}
•
diff --git a/rowers/templates/plannedsessionsmanage.html b/rowers/templates/plannedsessionsmanage.html
index 6b8e4f66..35311a35 100644
--- a/rowers/templates/plannedsessionsmanage.html
+++ b/rowers/templates/plannedsessionsmanage.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "newbase.html" %}
{% load staticfiles %}
{% load rowerfilters %}
@@ -16,119 +16,71 @@
{% endblock %}
-{% block content %}
-
Manage Plan Execution for {{ rower.user.first_name }} {{ rower.user.last_name }}
-Manage Plan Execution for {{ rower.user.first_name }} {{ rower.user.last_name }}
-
+ If you select a workout that has already been matched to another session, + it will change to match this session. +
++ Workouts marked with a red check mark (✔) + are currently linked to one of your sessions. A workout can only be assigned to + one session at a time. +
+ +