From f9a560a45d98436c270db6f226f26ccde5dd8844 Mon Sep 17 00:00:00 2001 From: g4m4 Date: Mon, 29 Jan 2024 09:45:17 +0100 Subject: [TEMPLATES] Use the localised version of get_url so multilingual sites can be setup --- templates/taxonomy_single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/taxonomy_single.html') diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html index d5712b0..be0f2ad 100644 --- a/templates/taxonomy_single.html +++ b/templates/taxonomy_single.html @@ -5,7 +5,7 @@ {%- if taxonomy.term %}

Filtering for "{{ term.name }}"

- Remove filter + Remove filter {%- endif %} -- cgit 1.4.1 From 7e54c877f64a33f6c57595581aa81038967e0ba3 Mon Sep 17 00:00:00 2001 From: g4m4 Date: Fri, 1 Mar 2024 13:35:17 +0100 Subject: Minor translation fix: use the translated term for "remove filter" --- templates/taxonomy_single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/taxonomy_single.html') diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html index a8ca536..9c9cebb 100644 --- a/templates/taxonomy_single.html +++ b/templates/taxonomy_single.html @@ -5,7 +5,7 @@ {%- if term %}

Filtering for "{{ term.name }}"

- Remove filter + {{ trans(key="remove_filter", lang=lang) }} {%- endif %}
    -- cgit 1.4.1