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 --- ishtar_common/templates/widgets/image_input.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ishtar_common/templates/widgets/image_input.html') diff --git a/ishtar_common/templates/widgets/image_input.html b/ishtar_common/templates/widgets/image_input.html index 4b1d83c0e..cc2e9811a 100644 --- a/ishtar_common/templates/widgets/image_input.html +++ b/ishtar_common/templates/widgets/image_input.html @@ -1,4 +1,4 @@ -{% load i18n %}
+{% load i18n l10n %}
{% if widget.value and widget.value.url or hidden_value %}
@@ -46,7 +46,7 @@
{% if is_initial or widget.value.url %} - +{% endlocalize %} {% endif %} -- cgit v1.2.3