﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16934	Tutorial 3: error in html editing	humphries.grant@…	nobody	"In the section of tutorial 3 where we edit a new html file with:
{% if latest_poll_list %}
    <ul>
    {% for poll in latest_poll_list %}
        <li><a href=""/polls/{{ poll.id }}/"">{{ poll.question }}</a></li>
    {% endfor %}
    </ul>
{% else %}
    <p>No polls are available.</p>
{% endif %}


I kept getting an error saying that the {% else %} statement was an invalid block.

I believe that it is supposed to be (% else %)  as opposed to {% else %}

"	Uncategorized	closed	Documentation	1.3	Normal	invalid			Unreviewed	0	0	0	0	0	0
