小编Gin*_*nni的帖子

TemplateSyntaxError:'if'语句格式不正确

    {% for frequency in patient_meds.frequency %}
            {% if frequency == "7" %}
            <td>Hellow</td>
            {% endif %}
    {% endfor%}
Run Code Online (Sandbox Code Playgroud)

得到错误

TemplateSyntaxError:'if'语句格式不正确

我不知道我要做什么请帮帮我...

python django google-app-engine

4
推荐指数
1
解决办法
1351
查看次数

标签 统计

django ×1

google-app-engine ×1

python ×1