Browse Source

Ended your paragraph tag.

pull/636/head
Iyra Gaura 12 years ago
parent
commit
be1ed33271
  1. 2
      examples/flaskr/templates/login.html

2
examples/flaskr/templates/login.html

@ -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:

Loading…
Cancel
Save