• -

    + {{ form.as_table }}
    @@ -42,7 +42,7 @@ Public link to this workout - https://rowsandall.com/rowers/workout/{{ workout.id }} + https://rowsandall.com/rowers/workout/{{ workout.id|encode }} diff --git a/rowers/templates/summary_edit.html b/rowers/templates/summary_edit.html index b40482cd..39dccc10 100644 --- a/rowers/templates/summary_edit.html +++ b/rowers/templates/summary_edit.html @@ -30,7 +30,7 @@ Public link to this workout - https://rowsandall.com/rowers/workout/{{ workout.id }} + https://rowsandall.com/rowers/workout/{{ workout.id|encode }} @@ -38,7 +38,7 @@

    See the how-to at the bottom of this page for details on how to use this form.

    - + {{ form.as_table }}
    @@ -73,7 +73,7 @@
  • Updated Summary

    - + {% csrf_token %} @@ -84,12 +84,12 @@ {{ field.as_hidden }} {% endfor %}

    - +

    Reset to last saved   - Restore Original data + Restore Original data

    @@ -101,7 +101,7 @@

  • Detailed Summary Edit

    This is still experimental and there are known bugs. Use at your own risk. Nothing is stored permanently until you hit Save in the Updated Summary section. You can use the restore original button to restore the original values.

    -
    + diff --git a/rowers/templates/team.html b/rowers/templates/team.html index 630a7458..3f31596f 100644 --- a/rowers/templates/team.html +++ b/rowers/templates/team.html @@ -64,7 +64,7 @@ {{ inviteform.as_table }}
    {% csrf_token %} - +
    {% else %}

    diff --git a/rowers/templates/teamresponseemail.html b/rowers/templates/teamresponseemail.html index 4144b282..dd6b5cda 100644 --- a/rowers/templates/teamresponseemail.html +++ b/rowers/templates/teamresponseemail.html @@ -14,7 +14,7 @@ You can read the comment here:

    - + {{ siteurl }}{{ commentlink }}

    diff --git a/rowers/templates/windedit.html b/rowers/templates/windedit.html index e509ff2e..d37930d1 100644 --- a/rowers/templates/windedit.html +++ b/rowers/templates/windedit.html @@ -41,9 +41,9 @@
  • Closest Airport Weather: {{ airport }} ({{ airportdistance | floatformat:-1 }} km) - Airport Data

    + Airport Data

    - Dark Sky Data + Dark Sky Data

    Download wind speed and bearing from The Dark Sky

    diff --git a/rowers/templates/workflow.html b/rowers/templates/workflow.html index efab1711..502323a4 100644 --- a/rowers/templates/workflow.html +++ b/rowers/templates/workflow.html @@ -28,12 +28,13 @@