Fix chart indent

This commit is contained in:
Chris Wilson 2022-04-14 19:00:58 -04:00 committed by KonoTyran
parent 6e171d19f0
commit 1afacd28a1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<div id="charts-wrapper">
{% for chart in charts %}
<div class="chart-container">
{{ chart|indent(12)|safe }}
{{ chart|indent(16)|safe }}
</div>
{% endfor %}
</div>