Removed unnecessary end-tags and fixed some broken html

This commit is contained in:
Armin Ronacher 2012-12-19 15:46:18 +01:00
parent 823bebf13a
commit 61d43c7f12
5 changed files with 20 additions and 26 deletions

View file

@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block body %}
<h2>Login</h2>
{% if error %}<p class=error><strong>Error:</strong> {{ error }}</p>{% endif %}
{% if error %}<p class=error><strong>Error:</strong> {{ error }}{% endif %}
<form action="{{ url_for('login') }}" method=post>
<dl>
<dt>Username: