【发布时间】:2011-06-21 09:41:43
【问题描述】:
{% for frequency in patient_meds.frequency %}
{% if frequency == "7" %}
<td>Hellow</td>
{% endif %}
{% endfor%}
遇到错误
TemplateSyntaxError: 'if' 语句格式不正确
我不知道该怎么办,请帮帮我...
【问题讨论】:
-
你使用哪个 django 版本?
标签: python django google-app-engine