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/JQueryJqGrid.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ishtar_common/templates/blocks/JQueryJqGrid.html') 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