From 6696bdca241a5791dfefc3c3493fbc6a5e619150 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 22 Apr 2022 17:09:24 +0200 Subject: [PATCH] Add space between 'Schicht' and time in navbar --- shiftregister/app/templates/helper_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shiftregister/app/templates/helper_base.html b/shiftregister/app/templates/helper_base.html index 1b64976..aa45e49 100644 --- a/shiftregister/app/templates/helper_base.html +++ b/shiftregister/app/templates/helper_base.html @@ -11,7 +11,7 @@ {% endif %} {% if helper.important_shift %} - {%if helper.important_shift.is_running%}Laufende{% else %}Nächste{% endif %} Schicht({{ helper.important_shift.start_at|date:"H:m" }}) + {%if helper.important_shift.is_running%}Laufende{% else %}Nächste{% endif %} Schicht ({{ helper.important_shift.start_at|date:"H:m" }}) {% endif %} {% endif %}