File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
admin_interface/templates/admin Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ <h2 id="changelist-filter-header">{% translate 'Filter' %}</h2>
1212 {% if cl.is_facets_optional %}
1313 < h3 >
1414 {% if cl.add_facets %}
15+ {# Translators: don't translate this, the django catalog already contains it #}
1516 < a href ="{{ cl.remove_facet_link }} " class ="hidelink "> {% translate "Hide counts" %}</ a >
1617 {% else %}
18+ {# Translators: don't translate this, the django catalog already contains it #}
1719 < a href ="{{ cl.add_facet_link }} " class ="viewlink "> {% translate "Show counts" %}</ a >
1820 {% endif %}
1921 </ h3 >
2628 {% if cl.has_active_filters or active_date_hierarchy %}
2729 < div class ="changelist-filter-clear-container ">
2830 < h3 id ="changelist-filter-clear ">
31+ {# Translators: don't translate this, the django catalog already contains it #}
2932 < a href ="{{ cl.clear_all_filters_qs }} "> ✖ {% translate "Clear all filters" %}</ a >
3033 </ h3 >
3134 {% if active_date_hierarchy %}
You can’t perform that action at this time.
0 commit comments