X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=views%2Ftemplates%2Fbase.html;h=db0d39f5130cc1526a698e09c7ab28084d655cef;hb=d68ee957261d79fc36a3ced0a0575ffa266895da;hp=c297ea5f1984a507e4a2e6686360f1cabb30fb2b;hpb=a953233a34580bc72aa8b6b03c017ff94f9eee7d;p=myslice.git diff --git a/views/templates/base.html b/views/templates/base.html index c297ea5f..db0d39f5 100644 --- a/views/templates/base.html +++ b/views/templates/base.html @@ -9,14 +9,16 @@ {{ header_prelude }} {% block head %} {% endblock head %} {# let's add these ones no matter what #} -{# not yet needed {% insert_str prelude "css/layout-unfold1.css" %} #} +{% insert_str prelude "css/layout-unfold2.css" %} {% insert_str prelude "js/jquery.min.js" %} {% insert_str prelude "js/jquery.html5storage.min.js" %} {% insert_str prelude "js/messages-runtime.js" %} {% insert_str prelude "js/class.js" %} {% insert_str prelude "js/plugin_helper.js" %} +{% insert_str prelude "js/mustache.js" %} {% insert_str prelude "js/plugin.js" %} {% insert_str prelude "js/manifold.js" %} +{% insert_str prelude "css/manifold.css" %} {% block container %}