X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fportalpage.py;h=f592444d426107ef9d08888469e0f8887742d26f;hb=fd13b08e5ae01e312431803eb1faf38a1589c4b9;hp=b5470fd21e22d261d2b4ab45d45eca7a06374e64;hpb=33685b5e51564e1d4d61f32b2ab6be45436fb692;p=myslice.git diff --git a/portal/portalpage.py b/portal/portalpage.py index b5470fd2..f592444d 100644 --- a/portal/portalpage.py +++ b/portal/portalpage.py @@ -15,8 +15,8 @@ class PortalPage(Page): def render(self): template_env = {} - # define 'unfold1_main' to the template engine - the main contents - template_env [ 'unfold1_main' ] = "\n".join(self._content) + # define 'unfold_main' to the template engine - the main contents + template_env [ 'unfold_main' ] = "\n".join(self._content) # more general variables expected in the template template_env [ 'title' ] = 'Test view that combines various plugins'