-
- To comply with the European Union General Data Protection Regulation,
- we need to record your consent to use personal data on this website.
- Please take some time to review our data policies. If you agree and
- opt in, click the green button at the bottom to be taken to the site.
- If you do not agree, please use the red button to delete your
- account. This will irreversibly delete all your data on rowsandall.com
- and remove your account.
-
-
-
+{% block main %}
+
GDPR Opt-In
+
+
+ To comply with the European Union General Data Protection Regulation,
+ we need to record your consent to use personal data on this website.
+ Please take some time to review our data policies. If you agree and
+ opt in, click the green button at the bottom to be taken to the site.
+ If you do not agree, please use the red button to delete your
+ account. This will irreversibly delete all your data on rowsandall.com
+ and remove your account.
+
+
+
- {% include "privacypolicy.html" %}
+{% include "privacypolicy.html" %}
-
+
-
- To start or continue using the site, please give your consent by clicking on the green Opt In button below.
-
+
+ To start or continue using the site, please give your consent by clicking on the green Opt In button below.
+
- You can use the form above to change the metric or filter the data.
+ You can use the form to change the metric or filter the data.
Set Min SPM and Max SPM to select only strokes in a certain range of
stroke rates.
Set Work per Stroke to a minimum value to remove "paddle" strokes or turns.
-
-
-
+
+
{% endblock %}
@@ -93,3 +72,7 @@
{% endblock %}
+
+{% block sidebar %}
+{% include 'menu_analytics.html' %}
+{% endblock %}
diff --git a/rowers/templates/user_multiflex_select.html b/rowers/templates/user_multiflex_select.html
index 4eb69f21..2e0ede5c 100644
--- a/rowers/templates/user_multiflex_select.html
+++ b/rowers/templates/user_multiflex_select.html
@@ -28,7 +28,9 @@
hidden.hide();
-
+ if (modality.val() == 'water') {
+ hidden.show();
+ }
// Setup an event listener for when the state of the
// checkbox changes.
@@ -70,8 +72,14 @@
{% endif %}
+
+
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 %}
Toggle All
@@ -102,16 +110,6 @@
{{ dateform.as_table }}
- {% csrf_token %}
-
-
-
-
- {% if theuser %}
-
- {% else %}
-
- {% endif %}
{{ modalityform.as_table }}
@@ -129,12 +127,6 @@
-
-
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.