fixed typo causing door status not being displayed correctly
This commit is contained in:
parent
5afcf1f10a
commit
2ccec6fe32
|
@ -6,7 +6,7 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
Zustand der Tür:
|
Zustand der Tür:
|
||||||
{% if door_state == 'closed' %}
|
{% if door_state == 'close' %}
|
||||||
<div style="color: red">
|
<div style="color: red">
|
||||||
Abgeschlossen
|
Abgeschlossen
|
||||||
</div>
|
</div>
|
||||||
|
@ -35,4 +35,4 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user