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 %}