diff --git a/shiftregister/app/templates/shift.html b/shiftregister/app/templates/shift.html
index 236f74b..f97ad15 100644
--- a/shiftregister/app/templates/shift.html
+++ b/shiftregister/app/templates/shift.html
@@ -23,22 +23,22 @@
Treffpunkt: {{ shift.room.meeting_location|linebreaksbr }}
Belegung: {{ shift.registration_count }}/{{ shift.required_helpers|default:shift.room.required_helpers }}
- {% if shift.room.description|length > 100 or shift.description|length > 100 %}
- {% include 'partials/shift_detail_buttons.html'%}
- {% endif %}
- {% if shift.room.description %}
-
-
Beschreibung:
-
{{ shift.room.description|linebreaksbr|safe }}
-
- {% endif %}
- {% if shift.description %}
-
-
Zusatzinfo:
-
{{ shift.description|linebreaksbr }}
-
- {% endif %}
+{% if shift.room.description|length > 100 or shift.description|length > 100 %}
+ {% include 'partials/shift_detail_buttons.html'%}
+{% endif %}
+{% if shift.room.description %}
+
+
Beschreibung:
+
{{ shift.room.description|linebreaksbr|safe }}
+
+{% endif %}
+{% if shift.description %}
+
+
Zusatzinfo:
+
{{ shift.description|linebreaksbr }}
+
+{% endif %}
-{% include 'partials/shift_detail_buttons.html'%}
+ {% include 'partials/shift_detail_buttons.html'%}
{% endblock %}