Merge pull request #636 from ghost/patch-1

Ended your paragraph tag.
This commit is contained in:
Kenneth Reitz 2012-12-12 16:18:25 -08:00
commit 823bebf13a

View file

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