diff --git a/shiftregister/fallback/templates/my_fallback_shifts.html b/shiftregister/fallback/templates/my_fallback_shifts.html index ef4d1bb..95a29ba 100644 --- a/shiftregister/fallback/templates/my_fallback_shifts.html +++ b/shiftregister/fallback/templates/my_fallback_shifts.html @@ -49,7 +49,9 @@ Diese Schichtzuteilung wurde maschinell erstellt und ist auch ohne Unterschrift {% endfor %} - Mithelfen + {% if shift.registration_count < shift.required_helpers|default:shift.room.required_helpers %} + Mithelfen + {% endif %} {% endfor %}