From b6435fcf5931b8fc54467c21a40dc7f403dcb301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 2 Nov 2015 17:20:06 +0100 Subject: [PATCH] publik: don't lose gadjo extrascripts --- data/themes/gadjo/templates/gadjo/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/data/themes/gadjo/templates/gadjo/base.html b/data/themes/gadjo/templates/gadjo/base.html index 2e4ce05a..19c470be 100644 --- a/data/themes/gadjo/templates/gadjo/base.html +++ b/data/themes/gadjo/templates/gadjo/base.html @@ -2,6 +2,7 @@ {% load i18n static %} {% block extrascripts %} +{{ block.super }} {% endblock %}