fixes display of report items on admin page
This commit is contained in:
parent
21f199c548
commit
ff624e33fa
3 changed files with 14 additions and 9 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue