switch from date to time icon + add 'Reservierung'
Some checks failed
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled

This commit is contained in:
Philipp Hofer 2025-01-08 14:46:11 +01:00
parent 213e9faad4
commit 1a850535ed

View File

@ -98,7 +98,7 @@
<div class="flex justify-between items-center"> <div class="flex justify-between items-center">
<div class="mr-1"> <div class="mr-1">
<span class="text-primary-900 dark:text-white"> <span class="text-primary-900 dark:text-white">
&#128197; {{ reservation.time_desc }} <small class="text-gray-600 dark:text-gray-100">({{ reservation.user_applicant.name }})</small><br/> {{ reservation.time_desc }} <small class="text-gray-600 dark:text-gray-100">({{ reservation.user_applicant.name }})</small><br/>
<strong> <strong>
{% for reservation in reservations_for_event -%} {% for reservation in reservations_for_event -%}
{{ reservation.boat.name }} {{ reservation.boat.name }}
@ -106,7 +106,7 @@
{% endfor -%} {% endfor -%}
</strong> </strong>
</span> </span>
<small class="text-gray-600 dark:text-gray-100">({{ reservation.usage}})</small> <small class="text-gray-600 dark:text-gray-100">(Reservierung - {{ reservation.usage}})</small>
</div> </div>
</div> </div>
</div> </div>