Only show horizontal rule if there is anything above it
This commit is contained in:
parent
4bea956a38
commit
1c3edb3129
|
@ -15,8 +15,8 @@
|
|||
{% include "partials/shift_listitem.html" with registered=True %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
<hr>
|
||||
{% endif %}
|
||||
<hr/>
|
||||
{% if free_shifts %}
|
||||
<h3 class="title">Freie Schichten</h3>
|
||||
<div class="columns is-multiline">
|
||||
|
|
Loading…
Reference in New Issue