From 2fea9a8b364043ea8eedf4f54629669fca11953a Mon Sep 17 00:00:00 2001 From: Matthew Rankin Date: Thu, 30 Dec 2010 09:03:01 -0600 Subject: [PATCH] Added closing tags for the four lines that I missed (thanks to paparent) --- docs/tutorial/templates.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorial/templates.rst b/docs/tutorial/templates.rst index b7a56ac8..ba39d7a5 100644 --- a/docs/tutorial/templates.rst +++ b/docs/tutorial/templates.rst @@ -69,7 +69,7 @@ method:
Title:
-
+
Text:
@@ -99,10 +99,10 @@ Finally, the login template displays a form allowing the user to login:
Username:
-
+
Password:
-
-
+
+
{% endblock %}