Skip to content

Commit

Permalink
Merge pull request #636 from ghost/patch-1
Browse files Browse the repository at this point in the history
Ended your paragraph tag.
  • Loading branch information
Kenneth Reitz committed Dec 13, 2012
2 parents 8131496 + be1ed33 commit 823bebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flaskr/templates/login.html
@@ -1,7 +1,7 @@
{% extends "layout.html" %} {% extends "layout.html" %}
{% block body %} {% block body %}
<h2>Login</h2> <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> <form action="{{ url_for('login') }}" method=post>
<dl> <dl>
<dt>Username: <dt>Username:
Expand Down

0 comments on commit 823bebf

Please sign in to comment.