From 2c71494d172ed40f69852e27b5ddc53e10947506 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 22 Apr 2021 15:03:30 +0200 Subject: use flask-agnostic helpers in base template --- talermerchantdemos/templates/common-base.html.j2 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'talermerchantdemos/templates') diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2 index eb87739..a90c64c 100644 --- a/talermerchantdemos/templates/common-base.html.j2 +++ b/talermerchantdemos/templates/common-base.html.j2 @@ -18,18 +18,18 @@ {{ page_title | default(gettext("GNU Taler Demo")) }} - - - - - {% block styles %}{% endblock %} - {% block scripts %}{% endblock %} + + + + + {% block head %} + {% endblock %}

-
+

-- cgit v1.2.3