Skip to content

Commit 1b66da5

Browse files
committed
Add input box in detail.html
1 parent 3b21064 commit 1b66da5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

polls/templates/polls/detail.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ <h1>{{ question.question_text }}</h1>
99
value="{{ choice.id }}" />
1010
<label for="choice{{ forloop.counter }}">{{ choice.choice_text }}</label><br />
1111
{% endfor %}
12-
</form>
12+
<input type="submit" value="Vote" />
13+
</form>

0 commit comments

Comments
 (0)