mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 18:34:25 +01:00
index: reindent lines
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
parent
1c13e58f02
commit
ef198b74c0
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user