diff --git a/docs/tutorial04.txt b/docs/tutorial04.txt index 20e2a2e3ba..0215018c82 100644 --- a/docs/tutorial04.txt +++ b/docs/tutorial04.txt @@ -129,11 +129,6 @@ Now, create a ``results.html`` template:: {% endfor %} -And edit the ``detail.html`` template to add this snippet toward the top of the -page somewhere:: - - {% if error_message %}
{{ error_message }}
{% endif %} - Now, go to ``/polls/1/`` in your browser and vote in the poll. You should see a results page that gets updated each time you vote. If you submit the form without having chosen a choice, you should see the error message.