diff --git a/shiftregister/app/templates/partials/shift_listitem.html b/shiftregister/app/templates/partials/shift_listitem.html index 47c17a4..fb840fc 100644 --- a/shiftregister/app/templates/partials/shift_listitem.html +++ b/shiftregister/app/templates/partials/shift_listitem.html @@ -8,11 +8,10 @@ Beginn: {{ shift.start_at }}
Dauer: {{ shift.duration }} -
-{% if registered %} +
Details -{% else %} - Mithelfen +{% if not registered %} + Mithelfen {% endif %}