eye candy
parent
d1bdd2bc74
commit
b6aa6f4e85
@ -0,0 +1,7 @@
|
|||||||
|
<li class="box">{{ shift.room.name }} {{ shift.start_at }}
|
||||||
|
{% if registered %}
|
||||||
|
<a class="button is-info is-small" href="{% url 'shift' shift.id %}">Details</a>
|
||||||
|
{% else %}
|
||||||
|
<a class="button is-primary is-small" href="{% url 'shift' shift.id %}">Mithelfen</a>
|
||||||
|
{% endif %}
|
||||||
|
</li>
|
Loading…
Reference in New Issue