From 7465fe5083c9003cba386aa4ae0b4246bd606b19 Mon Sep 17 00:00:00 2001 From: "Andreas (@xAndy) Zimmermann" Date: Wed, 18 May 2022 20:14:41 +0200 Subject: [PATCH] add missing line breaks to shift meeting point description --- shiftregister/app/templates/shift.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shiftregister/app/templates/shift.html b/shiftregister/app/templates/shift.html index 92057b0..813e812 100644 --- a/shiftregister/app/templates/shift.html +++ b/shiftregister/app/templates/shift.html @@ -17,7 +17,7 @@ Ort: {{ shift.room.name }} 📍
Beginn: {{ shift.start_at }}
Dauer: {{ shift.duration }}
- Treffpunkt: {{ shift.room.meeting_location }}
+ Treffpunkt: {{ shift.room.meeting_location|linebreaksbr }}
{{ shift.description|linebreaksbr }} {% if can_register and not shift.deleted %}