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 9a02486 commit cd8a328Copy full SHA for cd8a328
1 file changed
demos/polls/aiohttpdemo_polls/templates/index.html
@@ -11,7 +11,7 @@ <h1>Poll admin demo: <a href="/admin">admin page</a></h1>
11
{% if questions %}
12
<ul>
13
{% for question in questions %}
14
- <li><a href="{{ url('poll', question_id=question.id) }}">{{ question.question_text }}</a></li>
+ <li><a href="{{ url('poll', question_id=question.id|string) }}">{{ question.question_text }}</a></li>
15
{% endfor %}
16
</ul>
17
{% else %}
0 commit comments