forked from Ruderverein-Donau-Linz/rowt
[WIP] styling logbook page
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<div class="max-w-screen-lg w-full">
|
||||
<h1 class="h1">Logbuch</h1>
|
||||
{% for log in logs %}
|
||||
{{ log::show(log=log, state="completed", only_ones=false) }}
|
||||
{{ log::show_old(log=log, state="completed", only_ones=false) }}
|
||||
<hr/>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user