dsa*_*laj 5 django django-templates templatetags
在Django管理员更改列表模板中,有一个块:
{% block result_list %}
{% if action_form and actions_on_top and cl.show_admin_actions %}{% admin_actions %}{% endif %}
{% result_list cl %}
{% if action_form and actions_on_bottom and cl.show_admin_actions %}{% admin_actions %}{% endif %}
{% endblock %}
Run Code Online (Sandbox Code Playgroud)
我想知道{% result_list cl %}该做什么,即什么cl意思?我在文档中找不到它。
| 归档时间: |
|
| 查看次数: |
1629 次 |
| 最近记录: |