From a4cef6296c811f0ecf894611a2e66551059a9f15 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 26 Sep 2024 17:29:01 +0200 Subject: ✨ imports: buttons "ignore all errors", "no errors" - fix window closing on check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/ishtar/blocks/view_import_csv.html | 28 ++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/blocks/view_import_csv.html b/ishtar_common/templates/ishtar/blocks/view_import_csv.html index e8dd5e093..3c522f6b1 100644 --- a/ishtar_common/templates/ishtar/blocks/view_import_csv.html +++ b/ishtar_common/templates/ishtar/blocks/view_import_csv.html @@ -11,6 +11,10 @@ +
+ + +
@@ -25,7 +29,7 @@ {% for cell in line %}{% endfor %} {% endfor %} @@ -34,5 +38,25 @@ \ No newline at end of file -- cgit v1.2.3
{{ forloop.counter }} - {% if has_line_errors and not forloop.counter0 %}{% else %}{{cell}}{% endif %} + {% if has_line_errors and not forloop.counter0 %}{% else %}{{cell}}{% endif %}