only display help button on team fallback page if shift is not full

pull/1/head
parent a1c1e93ef7
commit fcff581d33

@ -49,7 +49,9 @@ Diese Schichtzuteilung wurde maschinell erstellt und ist auch ohne Unterschrift
{% endfor %}
</td>
<td>
<a class="button is-primary is-small mr-0" href="{% url 'shift' shift.id %}">Mithelfen</a>
{% if shift.registration_count < shift.required_helpers|default:shift.room.required_helpers %}
<a class="button is-primary is-small mr-0" href="{% url 'shift' shift.id %}">Mithelfen</a>
{% endif %}
</td>
</tr>
{% endfor %}

Loading…
Cancel
Save