reservation-styling #838

Merged
philipp merged 2 commits from reservation-styling into staging 2025-01-08 14:50:22 +01:00
Showing only changes of commit 1a850535ed - Show all commits

View File

@ -98,7 +98,7 @@
<div class="flex justify-between items-center">
<div class="mr-1">
<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>
{% for reservation in reservations_for_event -%}
{{ reservation.boat.name }}
@ -106,7 +106,7 @@
{% endfor -%}
</strong>
</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>