Compare commits
No commits in common. '33d33cfbab246aa3667426325853cf556a1216d6' and 'ab249df9ffef138931f27d3a379cd3f6eecb68a0' have entirely different histories.
33d33cfbab
...
ab249df9ff
@ -1,18 +0,0 @@
|
||||
{% if can_register and not shift.deleted %}
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
{{ shift_form.as_p }}
|
||||
<input type="submit" class="button is-link" value="Anmelden">
|
||||
</form>
|
||||
{% endif %}
|
||||
{% if is_registered and not shift.deleted %}
|
||||
{% if can_cancel %}
|
||||
<form action="{% url 'cancel' shift.pk %}" method="post">
|
||||
{% csrf_token %}
|
||||
{{ shift_form.as_p }}
|
||||
<input type="submit" class="button is-danger is-small" value="Abmelden">
|
||||
</form>
|
||||
{% elif not shift.has_ended %}
|
||||
<div class="content">Bitte wende dich an den Infopoint, falls du es nicht zu deiner Schicht schaffst.</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
Loading…
Reference in New Issue