diff --git a/.gitignore b/.gitignore index 08de68fa..0dc8c5c9 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,6 @@ conftest.py # temporary test files /rowers/tests/testdata/temp /rowers/tests/testdata/testdata.csv.gz -rowers/tests/testdata/testdata.csv.gz /rowers/tests/testdata/testdata.tcx diff --git a/rowers/templates/summary_edit.html b/rowers/templates/summary_edit.html index bae6de41..57c9804d 100644 --- a/rowers/templates/summary_edit.html +++ b/rowers/templates/summary_edit.html @@ -5,6 +5,10 @@ {% block title %}Change Workout {% endblock %} +{% block scripts %} +{% include "monitorjobs.html" %} +{% endblock %} + {% block main %}

{% if workout|previousworkout:rower.user %}