enables a more elaborate 'persistent' mode for toggling plugins - which btw is the...
[myslice.git] / unfold / prelude.py
index aa012f6..f576ed3 100644 (file)
@@ -48,7 +48,7 @@ class Prelude:
     #    env['js_chunks']= '\n'.join(self.js_chunks)
     #    env['css_chunks']='\n'.join(self.css_chunks)
     #    return env
-    # together with this in layout-myslice.html
+    # together with this in layout-unfold2.html
     # {% for js_file in js_files %} {% insert_str prelude js_file %} {% endfor %}
     # {% for css_file in css_files %} {% insert_str prelude css_file %} {% endfor %}
     # somehow however this would not work too well, 
@@ -68,5 +68,5 @@ class Prelude:
         from myslice.settings import STATIC_URL
         env ['STATIC_URL'] = STATIC_URL
         # render this with prelude.html and put the result in header_prelude
-        header_prelude = render_to_string ('header-prelude.html',env)
+        header_prelude = render_to_string ('prelude.html',env)
         return { 'header_prelude' : header_prelude }