diff --git a/shiftregister/app/templates/shift.html b/shiftregister/app/templates/shift.html
index de22d58..df30a44 100644
--- a/shiftregister/app/templates/shift.html
+++ b/shiftregister/app/templates/shift.html
@@ -20,14 +20,18 @@
Dauer: {{ shift.duration }}
Treffpunkt: {{ shift.room.meeting_location|linebreaksbr }}
{{ shift.room.description|linebreaksbr }}
-{% endif %} -{% if shift.description %} - Zusatzinfo: -{{ shift.description|linebreaksbr }}
-{% endif %} + {% if shift.room.description %} +{{ shift.room.description|linebreaksbr|safe }}
+{{ shift.description|linebreaksbr }}
+