summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/formset_import_match.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-06-07 20:14:54 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2023-06-08 10:17:35 +0200
commitf6e87ee949148debc0c4c911153c828686e15123 (patch)
tree6adf2a7f32bc6311afdf5414d4a5905c66e587a3 /ishtar_common/templates/ishtar/formset_import_match.html
parent2eccf625a9a4e06e3236ece50728536bbe0cd75e (diff)
downloadIshtar-f6e87ee949148debc0c4c911153c828686e15123.tar.bz2
Ishtar-f6e87ee949148debc0c4c911153c828686e15123.zip
🐛 many fix (or potential fix) in templates (inappropriate l10n) (refs #5594)
Diffstat (limited to 'ishtar_common/templates/ishtar/formset_import_match.html')
-rw-r--r--ishtar_common/templates/ishtar/formset_import_match.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/templates/ishtar/formset_import_match.html b/ishtar_common/templates/ishtar/formset_import_match.html
index acec95a65..912577e76 100644
--- a/ishtar_common/templates/ishtar/formset_import_match.html
+++ b/ishtar_common/templates/ishtar/formset_import_match.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% load i18n %}
+{% load i18n l10n %}
{% block extra_head %}
{{formset.media}}
{% endblock %}
@@ -90,7 +90,7 @@
<p class="text-center">
<a href="{% url 'current_imports' %}">{% trans "Back to import list" %}</a>
</p>
- <script type="text/javascript">
+ <script type="text/javascript">{% localize off %}
$(document).ready(function() {{% for frm in formset %}
$("#all-remember-{{forloop.counter0}}").change(
function(){
@@ -102,7 +102,7 @@
);
{% endfor %}
});
- </script>
+ {% endlocalize %}</script>
{% endblock %}
{% block footer %}
<div id="footer">