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 f67f14eb35..902396d416 100644 --- a/django/contrib/admin/templates/admin_doc/template_filter_index.html +++ b/django/contrib/admin/templates/admin_doc/template_filter_index.html @@ -13,7 +13,7 @@ {% for library in filter_libraries %}
To use these filters, put {% templatetag openblock %} load {{ library.grouper }} {% templatetag closeblock %}
in your template before using the filter.
To use these filters, put {% templatetag openblock %} load {{ library.grouper }} {% templatetag closeblock %}
in your template before using the filter.
{{ filter.title }}
diff --git a/django/contrib/admin/templates/admin_doc/template_tag_index.html b/django/contrib/admin/templates/admin_doc/template_tag_index.html index 9bd66b70e7..ea49529393 100644 --- a/django/contrib/admin/templates/admin_doc/template_tag_index.html +++ b/django/contrib/admin/templates/admin_doc/template_tag_index.html @@ -13,7 +13,7 @@ {% for library in tag_libraries %}To use these tags, put {% templatetag openblock %} load {{ library.grouper }} {% templatetag closeblock %}
in your template before using the tag.
To use these tags, put {% templatetag openblock %} load {{ library.grouper }} {% templatetag closeblock %}
in your template before using the tag.
View function: {{ view.module }}.{{ view.name }}
{{ view.title }}
-