From 2d725b585c67c98a50511eff7f9a39f107fc5eb8 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 14 Jan 2013 13:12:46 +0100 Subject: Update jQuery and Bootstrap --- hyperkitty/templates/base.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html index d00358e..515b430 100644 --- a/hyperkitty/templates/base.html +++ b/hyperkitty/templates/base.html @@ -7,9 +7,8 @@ - - - + + {% block additional_stylesheets %} {% endblock %} {% load i18n %} @@ -55,7 +54,9 @@ {% block footer %} {% endblock %} - + + + {% block additionaljs %} {% endblock %} -- cgit