fixes display of report items on admin page

This commit is contained in:
Mouse Reeve
2021-03-09 10:08:02 -08:00
parent 21f199c548
commit ff624e33fa
3 changed files with 14 additions and 9 deletions

View File

@@ -15,13 +15,13 @@
</ul>
</div>
<ul>
<div class="block">
{% for report in reports %}
<li class="card">
<div class="block">
{% include 'settings/report_preview.html' with report=report %}
</li>
</div>
{% endfor %}
</ul>
</div>
{% endblock %}