|
|
@ -10,7 +10,9 @@
|
|
|
|
<h5 class="subtitle">Schichten</h5>
|
|
|
|
<h5 class="subtitle">Schichten</h5>
|
|
|
|
<div class="columns is-multiline">
|
|
|
|
<div class="columns is-multiline">
|
|
|
|
{% for reg in helper.shiftregistration_set.all %}
|
|
|
|
{% for reg in helper.shiftregistration_set.all %}
|
|
|
|
{% include 'partials/shift_list_item.html' with shift=reg.shift %}
|
|
|
|
<a class="" href="{% url 'team:shift' reg.shift.id %}">
|
|
|
|
|
|
|
|
{% include 'partials/shift_list_item.html' with shift=reg.shift %}
|
|
|
|
|
|
|
|
</a>
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
{% endblock %}
|
|
|
|