Anschrift für Veranstaltungsort

This commit is contained in:
2026-09-10 11:45:52 +02:00
parent 70a57d10f5
commit ddfaab1501
19 changed files with 306 additions and 10 deletions
@@ -22,7 +22,7 @@ const props = defineProps({
<div class="available-event-header">
<div>
<h2 class="available-event-title">{{ event.name }}</h2>
<span class="available-event-location">{{ event.postalCode }} {{ event.location }}</span>
<span class="available-event-location">{{ event.fullAddress }}</span>
</div>
<span
v-if="event.registrationAllowed"
@@ -47,7 +47,7 @@ const props = defineProps({
</tr>
<tr>
<th>Veranstaltungsort</th>
<td>{{ event.postalCode }} {{ event.location }}</td>
<td>{{ event.fullAddress }}</td>
</tr>
<tr>
<th>Frühbuchen bis</th>