We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096aff7 commit 1c6a332Copy full SHA for 1c6a332
polls/views.py
@@ -36,4 +36,4 @@ def vote(request, question_id):
36
37
def results(request, question_id):
38
question = get_object_or_404(Question, pk=question_id)
39
- return render(request, 'polls:results.html', {'question': question})
+ return render(request, 'polls/results.html', {'question': question})
0 commit comments