1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-12-22 10:24:26 +01:00

index: reindent lines

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2018-03-18 15:55:05 +01:00
parent 1c13e58f02
commit ef198b74c0

View File

@ -40,16 +40,16 @@
<form name="login" method="POST" action="{{ url_for('home') }}"> <form name="login" method="POST" action="{{ url_for('home') }}">
{{ render_field(authentication_form.username) }} {{ render_field(authentication_form.username) }}
{{ render_field(authentication_form.password) }} {{ render_field(authentication_form.password) }}
{{ render_field(authentication_form.open) }} {{ render_field(authentication_form.open) }}
{{ render_field(authentication_form.close) }} {{ render_field(authentication_form.close) }}
{{ authentication_form.csrf_token }} {{ authentication_form.csrf_token }}
</form> </form>
{% if response %} {% if response %}
<hr/> <hr/>
<h1>{{ response.to_html() }}</h1> <h1>{{ response.to_html() }}</h1>
{% endif %} {% endif %}
<hr/> <hr/>
Die Kitchen ist: {{ state_text }} Die Kitchen ist: {{ state_text }}
{{ state_img }} {{ state_img }}
</body> </body>
</html> </html>