+
+
{% endblock %}
+
+{% block sidebar %}
+{% include 'menu_workouts.html' %}
+{% endblock %}
diff --git a/rowers/templates/team_compare_select.html b/rowers/templates/team_compare_select.html
index 7aba7ec6..abdde333 100644
--- a/rowers/templates/team_compare_select.html
+++ b/rowers/templates/team_compare_select.html
@@ -29,7 +29,9 @@
hidden.hide();
-
+ if (modality.val() == 'water') {
+ hidden.show();
+ }
// Setup an event listener for when the state of the
// checkbox changes.
@@ -68,12 +70,25 @@
+ -
+
Select two or more workouts on the left, set your plot settings,
+ and press submit
+
+ You can use the date and search forms to search through all
+ workouts from this team.
+
+
+ TIP: Agree with your team members to put tags (e.g. '8x500m')
+ in the notes section of
+ your workouts. That makes it easy to search.
+
+
-
+ {% if workouts %}
-
+
+ {% csrf_token %}
+
+ {{ chartform.as_table }}
+
+
+
+
+
+
+
+-
+ {% if team %}
+
--
- {% if team %}
-
- -
-
- {% csrf_token %}
-
-
-
-
--
- {% if team %}
-
--
- {% csrf_token %}
-
-
-
-
-
-
{% if team %}
-
- -
-
Select two or more workouts on the left, set your plot settings below,
- and press submit
-
- You can use the date and search forms above to search through all
- workouts from this team.
-
-
- TIP: Agree with your team members to put tags (e.g. '8x500m')
- in the notes section of
- your workouts. That makes it easy to search.
-
-
{% endblock %}
diff --git a/rowers/templates/workout_form.html b/rowers/templates/workout_form.html
index c59810a9..026721ab 100644
--- a/rowers/templates/workout_form.html
+++ b/rowers/templates/workout_form.html
@@ -107,9 +107,6 @@ $('#id_workouttype').change();
{{ workout.summary }}
-