mirror of
https://github.com/tiyn/container-critique.git
synced 2025-11-01 03:31:19 +01:00
templates: cleaned up whitespaces
This commit is contained in:
@@ -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 -%}
|
||||
|
||||
Reference in New Issue
Block a user