{% if latest_question_list %}
<ul>
{% for question in latest_question_list %}
<li><a href=“{% url ‘polls:detail’ question.id %}”>{{ question.question_text }}</a></li>
{% end for %}
</ul>
{% else %}
<p>No polls are available.</p>
{% endif %}
无法弄清楚出了什么问题。觉得它可能是空间。需要帮助。
答案 0 :(得分:0)
请检查类似的查询[How to resolve TemplateSyntaxError: Could not parse the remainder error?
“民意调查:详细信息”应使用单引号或双引号引起来(能否执行此操作取决于本地m / c上安装的字体)。