From 44dfe6ba90209376cd9e4ec16507790b647eacbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 9 Apr 2021 10:05:52 +0200 Subject: [PATCH] templates: fix variable usage to have open/close parts on same line (#52892) --- bijoe/templates/bijoe/cube.html | 3 +-- bijoe/templates/bijoe/cube_raw.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bijoe/templates/bijoe/cube.html b/bijoe/templates/bijoe/cube.html index 01f6f2c..e96ef4e 100644 --- a/bijoe/templates/bijoe/cube.html +++ b/bijoe/templates/bijoe/cube.html @@ -63,8 +63,7 @@ {% include "bijoe/cube_chart.html" %} {% endif %} {% block actions %} - URL + URL {% trans "URL for IFRAME" %} diff --git a/bijoe/templates/bijoe/cube_raw.html b/bijoe/templates/bijoe/cube_raw.html index fd727cd..845a36e 100644 --- a/bijoe/templates/bijoe/cube_raw.html +++ b/bijoe/templates/bijoe/cube_raw.html @@ -21,8 +21,7 @@ {% else %} {% include "bijoe/cube_chart.html" %} {% endif %} - URL + URL {% endif %}