|
|
@ -13,9 +13,7 @@
|
|
|
|
<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 %}
|
|
|
|
<a class="" href="{% url 'team:shift' reg.shift.id %}">
|
|
|
|
|
|
|
|
{% include 'partials/shift_list_item.html' with shift=reg.shift %}
|
|
|
|
{% include 'partials/shift_list_item.html' with shift=reg.shift %}
|
|
|
|
</a>
|
|
|
|
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<h5 class="subtitle" id="history">Nachrichtenverlauf</h5>
|
|
|
|
<h5 class="subtitle" id="history">Nachrichtenverlauf</h5>
|
|
|
|