From 7f39c8e0cc3be473fb8b65792f24930354f2c82d Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 28 Sep 2019 16:02:14 +0200 Subject: [PATCH] fix #504 --- .gitignore | 1 - rowers/templates/summary_edit.html | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 %}