From 426bc1a84455009b52f79065438eb149e27596b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 20 Aug 2018 13:15:55 +0200 Subject: [PATCH] templates: add new gadjo-css block (#25930) --- gadjo/templates/gadjo/root.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gadjo/templates/gadjo/root.html b/gadjo/templates/gadjo/root.html index 6376f56..97eaa04 100644 --- a/gadjo/templates/gadjo/root.html +++ b/gadjo/templates/gadjo/root.html @@ -3,18 +3,20 @@ {% block page-title %}{% endblock %} - + {% block gadjo-css %} + + {% block css %} + + {% endblock %} + {% endblock %} {% block gadjo-js %} {% endblock %} {{ media }} - {% block css %} - - {% endblock %} {% block extrascripts %} {% endblock %} -- 2.18.0