From 8421c1ea0c8656e4fc9e63b6aace8dbf2aa5a15b Mon Sep 17 00:00:00 2001 From: Matthew Rankin Date: Thu, 30 Dec 2010 06:44:04 -0600 Subject: [PATCH] Added missing closing tags for the login.html template --- docs/tutorial/templates.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tutorial/templates.rst b/docs/tutorial/templates.rst index 9e6664da..e42e39dc 100644 --- a/docs/tutorial/templates.rst +++ b/docs/tutorial/templates.rst @@ -99,11 +99,11 @@ the user to login: {% if error %}

Error: {{ error }}{% endif %}

-
Username: -
-
Password: -
-
+
Username:
+
+
Password:
+
+
{% endblock %}