Fix chart indent
This commit is contained in:
parent
6e171d19f0
commit
1afacd28a1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue