Ort: {{ shift.room.name }}
Beginn: {{ shift.start_at }}
- Dauer: {{ shift.duration }}
+ Dauer: {{ shift.duration }}
+ {{ shift.description|linebreaksbr }}
{% if can_register and not shift.deleted %}
diff --git a/shiftregister/app/templates/shift.html b/shiftregister/app/templates/shift.html index 596e799..d935197 100644 --- a/shiftregister/app/templates/shift.html +++ b/shiftregister/app/templates/shift.html @@ -16,7 +16,8 @@