From 630b7be7a5ee39bd418b81f8dc88831c1b65b39c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 11 Mar 2019 18:05:50 +0100 Subject: JS: fix CSV export --- ishtar_common/templates/blocks/DataTables-content.html | 8 ++++---- ishtar_common/templates/blocks/JQueryJqGrid.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/blocks/DataTables-content.html b/ishtar_common/templates/blocks/DataTables-content.html index bd7ed592c..1b069f674 100644 --- a/ishtar_common/templates/blocks/DataTables-content.html +++ b/ishtar_common/templates/blocks/DataTables-content.html @@ -24,14 +24,14 @@
{% if source_full or extra_sources %} - {% trans "Simple CSV" %} - {% if source_full %}{% trans "CSV full" %}{% endif %} + {% if source_full %}{% trans "CSV full" %}{% endif %} {% for slug, name, extra_source in extra_sources %} - {{name}} + {{name}} {% endfor %} {% else %} - {% trans "CSV" %} + {% trans "CSV" %} {% endif %}
diff --git a/ishtar_common/templates/blocks/JQueryJqGrid.html b/ishtar_common/templates/blocks/JQueryJqGrid.html index 74ccd7780..642d0ca87 100644 --- a/ishtar_common/templates/blocks/JQueryJqGrid.html +++ b/ishtar_common/templates/blocks/JQueryJqGrid.html @@ -25,14 +25,14 @@
{% if source_full or extra_sources %} - {% trans "CSV" %} - {% if source_full %}{% trans "CSV full" %}{% endif %} + {% if source_full %}{% trans "CSV full" %}{% endif %} {% for slug, name, extra_source in extra_sources %} - {{name}} + {{name}} {% endfor %} {% else %} - {% trans "CSV" %} + {% trans "CSV" %} {% endif %}
-- cgit v1.2.3