From 1c3edb31294f44e5a03ade174c99ba03efbd6b90 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 22 Apr 2022 02:22:34 +0200 Subject: [PATCH] Only show horizontal rule if there is anything above it --- shiftregister/app/templates/shiftlist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shiftregister/app/templates/shiftlist.html b/shiftregister/app/templates/shiftlist.html index 09b6327..28c593c 100644 --- a/shiftregister/app/templates/shiftlist.html +++ b/shiftregister/app/templates/shiftlist.html @@ -15,8 +15,8 @@ {% include "partials/shift_listitem.html" with registered=True %} {% endfor %} +
{% endif %} -
{% if free_shifts %}

Freie Schichten