diff options
Diffstat (limited to 'app/templates/progress')
| -rw-r--r-- | app/templates/progress/exercise.html | 2 |
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 %} |
