From fcff581d333c919d33e51e3ef940f12f44061d74 Mon Sep 17 00:00:00 2001 From: "Andreas (@xAndy) Zimmermann" Date: Mon, 15 May 2023 16:33:17 +0200 Subject: [PATCH] only display help button on team fallback page if shift is not full --- shiftregister/fallback/templates/my_fallback_shifts.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %}