mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Fix chart indent
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<div id="charts-wrapper">
|
<div id="charts-wrapper">
|
||||||
{% for chart in charts %}
|
{% for chart in charts %}
|
||||||
<div class="chart-container">
|
<div class="chart-container">
|
||||||
{{ chart|indent(12)|safe }}
|
{{ chart|indent(16)|safe }}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user