Poll: {{ poll.question }}

Date: {{ poll.pub_date|date:"r" }}

Password: {{ poll.password }} (should not be visible)

Choices:

    {% for choice in poll.choice_set.all %}
  1. {{ choice }}
  2. {% endfor %}

Needs a browser that supports DELETE or a Django middleware that transforms DELETE into POST.