Re: [polls tutorial] error message not showing

2014-10-28 Thread otmeek
I completely missed that. Thank you!! On Tuesday, 28 October 2014 20:20:14 UTC+1, Charly Román wrote: > > Import Choice in this file. > > > 2014-10-28 13:06 GMT-06:00 otmeek <otm...@gmail.com >: > >> I am trying to follow part 4 of the polls app tutorial. I am

[polls tutorial] error message not showing

2014-10-28 Thread otmeek
I am trying to follow part 4 of the polls app tutorial. I am new to Django and not very experienced with Python or programming in general. My problem is throwing an error message when "Vote" is pressed without a choice being selected. polls/views.py: from django.shortcuts import render,