X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fprelude.py;h=0d93822f39b07a556618f3049b907ef12f369f6d;hb=96a59721af48d73df6e504807378c52fa1750743;hp=aa012f693e779f34dd4003e223dbfdf9174853cc;hpb=4bc3a23f5ac1b989caa4862bd6f3f8099eee219b;p=unfold.git diff --git a/unfold/prelude.py b/unfold/prelude.py index aa012f69..0d93822f 100644 --- a/unfold/prelude.py +++ b/unfold/prelude.py @@ -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-unfold1.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 }