diff --git a/rowers/templates/async_tasks.html b/rowers/templates/async_tasks.html
index dedf883d..9dbfeebc 100644
--- a/rowers/templates/async_tasks.html
+++ b/rowers/templates/async_tasks.html
@@ -51,6 +51,11 @@
{% endblock %}
+{% block scripts %}
+{% include "monitorjobs.html" %}
+{% endblock %}
+
+
{% block content %}
diff --git a/rowers/templates/list_graphs.html b/rowers/templates/list_graphs.html
index dc05fc5e..70339c9e 100644
--- a/rowers/templates/list_graphs.html
+++ b/rowers/templates/list_graphs.html
@@ -4,6 +4,10 @@
{% block title %}Rowsandall Recent Graphs{% endblock %}
+{% block scripts %}
+{% include "monitorjobs.html" %}
+{% endblock %}
+
{% block content %}
diff --git a/rowers/templates/workout_comments.html b/rowers/templates/workout_comments.html
index d806ef63..c8e82ed1 100644
--- a/rowers/templates/workout_comments.html
+++ b/rowers/templates/workout_comments.html
@@ -3,6 +3,10 @@
{% load rowerfilters %}
{% load tz %}
+{% block scripts %}
+{% include "monitorjobs.html" %}
+{% endblock %}
+
{% block title %}Change Workout {% endblock %}
{% block content %}
diff --git a/rowers/templates/workout_form.html b/rowers/templates/workout_form.html
index 3aa03f88..d4e2985b 100644
--- a/rowers/templates/workout_form.html
+++ b/rowers/templates/workout_form.html
@@ -13,6 +13,13 @@
{% block og_description %}{{ workout.name }}
{{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %}
+{% block scripts %}
+{% include "monitorjobs.html" %}
+
+{% endblock %}
+
{% block content %}
@@ -89,8 +96,9 @@
-