From 46d6828a5dfb0d45de1301b6b16a34f59f0a3edb Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 14 Sep 2017 09:48:33 +0200 Subject: [PATCH] Use jQuery and bootstrap js on all pages --- templates/base.htm | 2 ++ templates/dispositivo/add.htm | 2 -- templates/dispositivo/show.htm | 2 -- templates/pheesh.htm | 2 -- templates/query.htm | 4 ---- 5 files changed, 2 insertions(+), 10 deletions(-) diff --git a/templates/base.htm b/templates/base.htm index 88ac4c7..bccf49d 100644 --- a/templates/base.htm +++ b/templates/base.htm @@ -3,6 +3,8 @@ {% block title %}{% endblock %} + + {% block extrahead %}{% endblock %} diff --git a/templates/dispositivo/add.htm b/templates/dispositivo/add.htm index 0f2ebed..f6f0f1e 100644 --- a/templates/dispositivo/add.htm +++ b/templates/dispositivo/add.htm @@ -1,8 +1,6 @@ {% extends "base.htm" %} {% block title %}Aggiungi dispositivo • estus{% endblock %} {% block extrahead %} - -