templates: cleaned up whitespaces

This commit is contained in:
2022-08-02 23:07:43 +02:00
parent 9f7bce2be0
commit d2ad7b3125
11 changed files with 117 additions and 103 deletions

View File

@@ -1,7 +1,6 @@
{% extends "template.html" %}
{% block content %}
{% extends "template.html" -%}
{% block content -%}
<div class="container">
<div class="logging">
<h1>Sign In</h1>
@@ -16,10 +15,10 @@
{{ form.password(size=32) }}
</p>
<p>{{ form.submit() }}</p>
{% for mesg in get_flashed_messages() %}
{% for mesg in get_flashed_messages() -%}
<p>{{ mesg }}</p>
{% endfor %}
{% endfor -%}
</form>
</div>
</div>
{% endblock %}
{% endblock -%}