From d1e8a2b107ce04e3312d6f5d888d37e0411c5a7a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 29 Sep 2024 23:42:15 +0200 Subject: 🩹 import CSV overview: do not display ignore button when not relevent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/ishtar/blocks/view_import_csv.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ishtar_common/templates/ishtar/blocks/view_import_csv.html b/ishtar_common/templates/ishtar/blocks/view_import_csv.html index 3c522f6b1..ff49dd13d 100644 --- a/ishtar_common/templates/ishtar/blocks/view_import_csv.html +++ b/ishtar_common/templates/ishtar/blocks/view_import_csv.html @@ -11,10 +11,12 @@ + {% if has_line_errors %}
+ {% endif %}
@@ -59,4 +61,4 @@ $("#uncheck-all-ignored").click(function() { $(".check-ignored.ignored").click(); } }); -{% endlocalize %} \ No newline at end of file +{% endlocalize %} -- cgit v1.2.3