'polls' is not a registered namespace
<form action="{% url 'polls:vote' question.id %}" method="post">
https://stackoverflow.com/questions/14892462/django-error-upolls-is-not-a-registered-namespace
I notice that there were a number of posts of it online, but no real resolution of the problem. I will to check if anyone out there has any thoughts about how to resolve this.
Thanks in advance,
Ed