django: Moving on to tutorial 5.

I'm a moron.
This commit is contained in:
2018-05-06 22:19:21 -07:00
parent 99b8f06813
commit d7d7b195d8
2 changed files with 2 additions and 3 deletions

View File

@@ -8,6 +8,5 @@
<input type="radio" name="choice" id="choice{{ forloop.counter }}" value="{{ choice.id }}" />
<label for="choice{{ forloop.counter }}">{{ choice.choice_text }}</label><br />
{% endfor %}
<input type="submit" value="Vote" />
<input type="submit" value="Vote" />
</form>