diff options
Diffstat (limited to 'django/contrib/admin/templates/admin_doc')
| -rw-r--r-- | django/contrib/admin/templates/admin_doc/template_filter_index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/admin/templates/admin_doc/template_filter_index.html b/django/contrib/admin/templates/admin_doc/template_filter_index.html index 23f0862457..28bf5968dd 100644 --- a/django/contrib/admin/templates/admin_doc/template_filter_index.html +++ b/django/contrib/admin/templates/admin_doc/template_filter_index.html @@ -19,7 +19,6 @@ {% for filter in library.list|dictsort:"name" %} <h3 id="{{ filter.name }}">{{ filter.name }}</h3> <p>{{ filter.title }}</p> - <p><strong>Usage:</strong> <code>{% templatetag openvariable %} variable|{{ filter.name }}{% if filter.meta.AcceptsArgument %}:"arg"{% endif %} {% templatetag closevariable %}</code></p> <p>{{ filter.body }}</p> {% if not forloop.last %}<hr />{% endif %} {% endfor %} |
