From e2a867901dcbfbea5ed1a8670b5143b79764348d Mon Sep 17 00:00:00 2001 From: fonfon Date: Thu, 20 Nov 2014 04:35:44 +0100 Subject: [PATCH] removed js_block: use page_js or app_js instead --- plinth/modules/pagekite/templates/pagekite_configure.html | 3 +-- plinth/templates/base.html | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/plinth/modules/pagekite/templates/pagekite_configure.html b/plinth/modules/pagekite/templates/pagekite_configure.html index 5de3f3188..a10fc441a 100644 --- a/plinth/modules/pagekite/templates/pagekite_configure.html +++ b/plinth/modules/pagekite/templates/pagekite_configure.html @@ -56,8 +56,7 @@ {% endblock %} -{% block js_block %} - {{ js|safe }} +{% block page_js %} - {% block js_block %} - {{ js|safe }} - {% endblock %} {% block app_js %}{% endblock %} {% block page_js %}{% endblock %}