From 0e474f416d666d6b9193bfe6c862fe3316820c0c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 29 Apr 2021 10:12:33 +0200 Subject: Fix basket sheet after pin of a basket --- .../templates/ishtar/blocks/window_tables/dynamic_documents.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html index ff92b8af9..542866eb1 100644 --- a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html +++ b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html @@ -44,10 +44,10 @@
{% if source_full %} - {% trans "CSV" %} - {% trans "CSV full" %} + {% trans "CSV" %} + {% trans "CSV full" %} {% else %} - CSV + CSV {% endif %}
@@ -62,7 +62,7 @@ setTimeout( function(){ datatable_options = { "ajax": { - "url": "{{source}}", + "url": "{{source|safe}}", "dataSrc": "rows" }, "columns": [ -- cgit v1.2.3