diff options
author | Joris | 2025-01-26 17:58:57 +0100 |
---|---|---|
committer | Joris | 2025-01-26 17:58:57 +0100 |
commit | 24eeb54a6b7159964e8887ade7fa5173b50feb3a (patch) | |
tree | 91af6253df784445db9b084b02b38b37a83224e8 /templates/statistics.html | |
parent | c5759f348e70cf54b4bfa4cd17e1fe1828ead30a (diff) |
Replace tera by minijinjamain
tera was doing the job all right, but minijinja has fewer dependencies.
Diffstat (limited to 'templates/statistics.html')
-rw-r--r-- | templates/statistics.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/statistics.html b/templates/statistics.html index 21e8fcd..8f9b673 100644 --- a/templates/statistics.html +++ b/templates/statistics.html @@ -25,7 +25,7 @@ {{ json_payments }} </div> - <script src="{{ assets | get(key="chart.js") }}"> + <script src="{{ assets["chart.js"] }}"> </script> {% endblock main %} |