From 89d26393773eb52ffc51b945e53080420b566ebd Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 30 Nov 2012 18:50:47 +0100 Subject: [PATCH] always embed jquery and bootstrap for now --- myslice/templates/myslice.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/myslice/templates/myslice.html b/myslice/templates/myslice.html index 1a49a393..bfc7e233 100644 --- a/myslice/templates/myslice.html +++ b/myslice/templates/myslice.html @@ -5,6 +5,8 @@ MySlice - slice page with python var foo = {{ foo|default:"foo is undefined"}} {# This is where insert_str will end up #} {% media_container prelude %} +{% insert_str prelude "jquery/jquery.js" %} +{% insert_str prelude "bootstrap/css/bootstrap.css" %}