diff --git a/shiftregister/app/templates/shift.html b/shiftregister/app/templates/shift.html
index 7d81140..de22d58 100644
--- a/shiftregister/app/templates/shift.html
+++ b/shiftregister/app/templates/shift.html
@@ -20,14 +20,14 @@
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 %} + Beschreibung: +{{ shift.room.description|linebreaksbr }}
+{% endif %} +{% if shift.description %} + Zusatzinfo: +{{ shift.description|linebreaksbr }}
+{% endif %} {% if can_register and not shift.deleted %}