From f6e87ee949148debc0c4c911153c828686e15123 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 7 Jun 2023 20:14:54 +0200 Subject: 🐛 many fix (or potential fix) in templates (inappropriate l10n) (refs #5594) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/templates/ishtar/sheet_find.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index a628498e0..42d7a41b9 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -1,5 +1,5 @@ {% extends "ishtar/sheet.html" %} -{% load i18n ishtar_helpers window_field from_dict link_to_window window_tables window_header humanize %} +{% load i18n l10n ishtar_helpers window_field from_dict link_to_window window_tables window_header humanize %} {% block head_title %}{% trans "Find" %}{% if item.denomination %} - {{item.denomination|default:""}}{% endif %} - {{item.label|default:""}}{% endblock %} @@ -447,7 +447,7 @@ {% endfor %} -

{% trans "CSV" %} ({{ENCODING}})

+

{% trans "CSV" %} ({{ENCODING}})

{% endif %} {% if item.downstream_treatment %} @@ -486,7 +486,7 @@ {% endfor %} -

{% trans "CSV" %} ({{ENCODING}})

+

{% trans "CSV" %} ({{ENCODING}})

{% endif %} {% endif %} {% if item.associated_treatment_files_count %} -- cgit v1.2.3