1👍
✅
In your template in file templates/polls/detail.html
you have a typo:
You should replace:
<h1>{{ question.question_test }}</h1>
with
<h1>{{ question.question_text }}</h1>
Source:stackexchange.com