From 56e4e06840b889713e04c019519f68b4fd70922f 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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ishtar_common/templates/blocks/DataTables-content.html') 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 %}
-- cgit v1.2.3