mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-27 06:09:56 -07:00
Remove no longer needed control data
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
</h5>
|
||||
|
||||
<div id="charts-wrapper">
|
||||
{% for index in range(chart_count) %}
|
||||
{% for chart in charts %}
|
||||
<div class="chart-container">
|
||||
{{ charts[index]|indent(12)|safe }}
|
||||
{{ chart|indent(12)|safe }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user