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