lint & allow to update 'handgesteuert' status of logbook

This commit is contained in:
2024-10-26 21:05:32 +02:00
parent d0b0888a9b
commit fa364d0be9
4 changed files with 44 additions and 33 deletions

View File

@ -6,23 +6,25 @@
<h1 class="h1">Ruder&shy;assistent</h1>
<div class="grid gap-3 my-5">
<div class="m-auto">
<a href="/planned" style="display:inline-flex;"
<a href="/planned"
style="display:inline-flex"
class="btn btn-primary flex items-center justify-between w-80 max-w-full">
<span class="text-2xl">🚣‍♀️</span>
<span class="text-2xl">🚣‍♀️</span>
<span class="text-xl px-3">Geplante Ausfahrten</span>
<span class="text-2xl">🚣‍♂️</span>
<span class="text-2xl">🚣‍♂️</span>
</a>
</div>
{% if show_quick_ergo_button %}
<div class="m-auto">
<a href="/ergo" style="display:inline-flex;"
class="btn btn-primary flex items-center justify-between w-80 max-w-full">
<span class="text-2xl">💪</span>
<span class="text-xl px-3">Ergo Challenge</span>
<span class="text-2xl">💪🏿</span>
</a>
</div>
{% endif %}
{% if show_quick_ergo_button %}
<div class="m-auto">
<a href="/ergo"
style="display:inline-flex"
class="btn btn-primary flex items-center justify-between w-80 max-w-full">
<span class="text-2xl">💪</span>
<span class="text-xl px-3">Ergo Challenge</span>
<span class="text-2xl">💪🏿</span>
</a>
</div>
{% endif %}
{% if notifications %}
<div id="notification"
class="bg-white dark:bg-primary-900 text-black dark:text-white rounded-md block shadow mt-5"