2
0
Fork 0

add missing line breaks to shift meeting point description

This commit is contained in:
Andreas (@xAndy) Zimmermann 2022-05-18 20:14:41 +02:00
parent 962734262c
commit 7465fe5083
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<strong>Ort:</strong> <a href="{% url 'pages:view' 'map' %}#{{ shift.room.name|slugify }}">{{ shift.room.name }} 📍</a><br>
<strong>Beginn:</strong> {{ shift.start_at }}<br>
<strong>Dauer:</strong> {{ shift.duration }}<br>
<strong>Treffpunkt:</strong> {{ shift.room.meeting_location }}<br>
<strong>Treffpunkt:</strong> {{ shift.room.meeting_location|linebreaksbr }}<br>
<em>{{ shift.description|linebreaksbr }}</em>
</div>
{% if can_register and not shift.deleted %}