2
0
Fork 0

Unify color of shift checkin button

This commit is contained in:
Luca 2023-05-16 00:24:19 +02:00
parent 7dc38f4d80
commit 84fcdbf29f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
</div>
<div class="buttons">
{% if reg.is_pending %}
<a class="button is-warning is-small" href="{% url 'team:checkin' reg.pk %}">Als angekommen markieren</a>
<a class="button is-success is-small" href="{% url 'team:checkin' reg.pk %}">Als angekommen markieren</a>
<a class="button is-warning is-small" href="{% url 'team:unregister' reg.pk %}">Helfer*in abmelden</a>
<a class="button is-danger is-small" href="{% url 'team:mark_as_failed' reg.pk %}">Nicht angetreten</a>
{% elif reg.is_checked_in %}