From: Thierry Parmentelat Date: Wed, 20 Mar 2013 09:34:44 +0000 (+0100) Subject: tweaks X-Git-Tag: myslice-django-0.1-2~56 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=f834f2597628bacf96cb0ab4c8225c6f7cf240c1 tweaks --- diff --git a/trash/pluginview.py b/trash/pluginview.py index 1bfbb8c2..a7269b96 100644 --- a/trash/pluginview.py +++ b/trash/pluginview.py @@ -77,8 +77,8 @@ def test_plugin_view (request): template_env [ 'topmenu_items' ] = topmenu_items('plugin', request) template_env [ 'username' ] = the_user (request) - # we don't have anythong asynchroneous, but that doesn't hurt... - page.exec_queue_asynchroneously () + # we don't have anythong asynchroneous, and manifold.js is not loaded +# page.exec_queue_asynchroneously () # the prelude object in page contains a summary of the requirements() for all plugins # define {js,css}_{files,chunks} diff --git a/views/templates/layout-unfold1.html b/views/templates/layout-unfold1.html index 1bd75e47..9f7de2c3 100644 --- a/views/templates/layout-unfold1.html +++ b/views/templates/layout-unfold1.html @@ -8,9 +8,9 @@ {{ header_prelude }} {# let's add these ones no matter what #} +{% insert_str prelude "css/layout-unfold1.css" %} {% insert_str prelude "js/jquery.js" %} {% insert_str prelude "js/init-all-plugins.js" %} -{% insert_str prelude "css/layout-unfold1.css" %} {% block container %}