diff --git a/rowers/templates/empower_fix.html b/rowers/templates/empower_fix.html index 8e059f80..5fd1101e 100644 --- a/rowers/templates/empower_fix.html +++ b/rowers/templates/empower_fix.html @@ -1,10 +1,10 @@ -{% extends "base.html" %} +{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} -{% block title %}Workouts{% endblock %} +{% block title %}Empower FIX{% endblock %} -{% block content %} +{% block main %} -
- {% include "teambuttons.html" with teamid=team.id team=team %} -
-
-

Empower Workouts

-

This functionality is aimed at users who have uploaded workouts from - the Nielsen-Kellerman Empower Oarlock/SpeedCoach combination before the - power inflation bug was known (May 4, 2018).

+

Empower Workouts

-

Workouts recorded with a SpeedCoach running NK Firmware version 2.17 or - lower have Power and Work per Stroke values that are approximately - 9% (sculling) or 5% too high. The exact value of the error depends on your - inboard and oar length.

- -

Currently, we autocorrect workouts recorded with old Firmware upon - their upload, but workouts that were present on the site before - the bug was known still have incorrect values for Power and Work per Stroke. -

- -

- You can use this page to correct those workouts. -

- - -
-
-
- -
-
- - {{ dateform.as_table }} -
- {% csrf_token %} -
-
- -
-
-
- -
- - -
-
- - - {% if workouts %} - - Toggle All
- - - {{ form.as_table }} -
- -{% else %} -

No workouts found

-{% endif %} -
-
-

Select workouts on the left, - and press submit

-
+
    +
  • +

    Use the date form to reduce the selection

    - {% csrf_token %} - -

    -
-
-

You can use the date form above to reduce the selection

-
-
-
+
+ + {{ dateform.as_table }} +
+ {% csrf_token %} + +
+

+ +
  • +

    This functionality is aimed at users who have uploaded workouts from + the Nielsen-Kellerman Empower Oarlock/SpeedCoach combination before the + power inflation bug was known (May 4, 2018).

    + +

    Workouts recorded with a SpeedCoach running NK Firmware version 2.17 or + lower have Power and Work per Stroke values that are approximately + 9% (sculling) or 5% too high. The exact value of the error depends on your + inboard and oar length.

    + +

    Currently, we autocorrect workouts recorded with old Firmware upon + their upload, but workouts that were present on the site before + the bug was known still have incorrect values for Power and Work per Stroke. +

    +

    + You can use this page to correct those workouts. +

    +
  • + +
  • +

    +

    + {% if workouts %} + + Toggle All
    + + + {{ form.as_table }} +
    + {% csrf_token %} + + + +
    +

    + {% else %} +

    No workouts found

    + {% endif %} +
  • + {% if workouts %} +
  • +

    Select workouts + and press submit +

    +
  • + {% endif %} + {% endblock %} + +{% block sidebar %} +{% include 'menu_workouts.html' %} +{% endblock %} diff --git a/rowers/templates/export_workouts.html b/rowers/templates/export_workouts.html index 61bec7b6..b45dc2f5 100644 --- a/rowers/templates/export_workouts.html +++ b/rowers/templates/export_workouts.html @@ -1,23 +1,24 @@ -{% extends "base.html" %} +{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Rowsandall Workouts Summary Export{% endblock %} -{% block content %} -
    -
    -
    - - {{ form.as_table }} -
    - {% csrf_token %} -
    -
    - -
    -
    -
    +{% block main %} +

    Export all workouts

    +
    -
    + + {% endblock %} + +{% block sidebar %} +{% include 'menu_profile.html' %} +{% endblock %} diff --git a/rowers/templates/menu_profile.html b/rowers/templates/menu_profile.html index 91c63029..11c21fe0 100644 --- a/rowers/templates/menu_profile.html +++ b/rowers/templates/menu_profile.html @@ -1,17 +1,17 @@

    Profile