X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fpage.py;h=c61d1593c37e59f3d8f11b92d055c9c8512fc473;hb=74a25f8b8d58726e9bda273a2fde04da83d5d913;hp=a6ca83cde15825e9f8979247b3217a3e8ee50aee;hpb=fcd452b931fcc40fd82807d2c0affdd0d951d9e3;p=unfold.git diff --git a/unfold/page.py b/unfold/page.py index a6ca83cd..c61d1593 100644 --- a/unfold/page.py +++ b/unfold/page.py @@ -33,7 +33,8 @@ class Page: # queue of queries with maybe a domid, see enqueue_query self._queue=[] # global prelude object - self.prelude=Prelude(css_files=['css/plugin.css','css/onelab_marko.css',]) + # global requirements should go in base.html + self.prelude=Prelude() # record known plugins hashed on their domid def record_plugin (self, plugin):