summaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/progress/exercise.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/progress/exercise.html b/app/templates/progress/exercise.html
index e66618f..7167cda 100644
--- a/app/templates/progress/exercise.html
+++ b/app/templates/progress/exercise.html
@@ -14,7 +14,7 @@
<script type="text/javascript" src="/static/js/chart.js"></script>
<script>
- exercise_chart('exercise_chart', {{ exercise.id }});
+ exercise_chart('exercise_chart', {{ exercise.id }}, '{{ exercise.name }}');
</script>
{% endblock %}