Abh*_*nda 9 django django-templates
我不明白这个错误.当它存在时,它会抱怨endif.
{% if pdf_enable %}
{% download_url request.get_full_path "Download as Excel" %}
{% endif %}
Run Code Online (Sandbox Code Playgroud)
我错过了什么吗?
Ala*_*air 12
您需要加载包含download_url标记的自定义模板标记集.
例如,如果download_url标记位于名为的模块中download_tags,则应将以下内容添加到模板中.
{% load download_tags %}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
8193 次 |
| 最近记录: |