From c2e60b4be8995676d87ca0add416d69bce9db6a8 Mon Sep 17 00:00:00 2001 From: Matthew Rankin Date: Thu, 30 Dec 2010 09:16:39 -0600 Subject: [PATCH] Removed closing tag for input (thanks to paparent for the catch) --- 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 ba39d7a5..d2c6cb16 100644 --- a/docs/tutorial/templates.rst +++ b/docs/tutorial/templates.rst @@ -69,10 +69,10 @@ method:
Title:
-
+
Text:
-
+
{% endif %} @@ -99,10 +99,10 @@ Finally, the login template displays a form allowing the user to login:
Username:
-
+
Password:
-
-
+
+
{% endblock %}