Boston Python Workshop/Saturday/Web app project: Difference between revisions

no edit summary
imported>Paulproteus
imported>Paulproteus
No edit summary
Line 534:
Put the following code in that template:
 
<pre>
{% if latest_poll_list %}
<ul>
Line 543 ⟶ 544:
<p>No polls are available.</p>
{% endif %}
</pre>
 
Load the page in your Web browser, and you should see a bulleted-list containing the "What's up" poll from Tutorial 1. The link points to the poll's detail page.
Anonymous user