From 2ccec6fe32df68198ebddc5d5597360e5a12991f Mon Sep 17 00:00:00 2001 From: Simon Pirkelmann Date: Mon, 23 Aug 2021 20:31:18 +0200 Subject: [PATCH] fixed typo causing door status not being displayed correctly --- imaginaerraum_door_admin/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imaginaerraum_door_admin/templates/index.html b/imaginaerraum_door_admin/templates/index.html index f1b600f..689695a 100644 --- a/imaginaerraum_door_admin/templates/index.html +++ b/imaginaerraum_door_admin/templates/index.html @@ -6,7 +6,7 @@ {% block content %}
Zustand der Tür: - {% if door_state == 'closed' %} + {% if door_state == 'close' %}
Abgeschlossen
@@ -35,4 +35,4 @@ {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}