add logbook history

This commit is contained in:
2023-07-30 14:13:49 +02:00
parent c6d19d276c
commit 2e80f7bc38
4 changed files with 38 additions and 8 deletions

View File

@ -22,12 +22,6 @@
{% endif %}
<hr />
{% endfor %}
<h2 style="font-size: 100px">Einträge</h2>
{% for log in completed %}
{{ log::show(log=log, state="completed", only_ones=false) }}
<hr />
{% endfor %}
</div>
{% endblock content%}