From 45284a90a515e71552f37c539a3cfdc38f15d869 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 25 May 2012 21:13:51 +0200 Subject: Fixed #17929 -- Improved tutorial wording and capitalization. Thanks rmattb for the report and the patch. --- docs/intro/tutorial04.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/intro/tutorial04.txt') diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt index 8a9f4ee380..fac1433a8d 100644 --- a/docs/intro/tutorial04.txt +++ b/docs/intro/tutorial04.txt @@ -22,7 +22,7 @@ tutorial, so that the template contains an HTML ``
`` element: {% csrf_token %} {% for choice in poll.choice_set.all %} -
+
{% endfor %}
@@ -168,7 +168,7 @@ Now, create a ``results.html`` template: -- cgit v1.3