X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fabout.py;h=99434a70885a4c66abc3e146874e9face54f07ff;hb=bc5fef422b84dae845615fad065ece5ef450e01c;hp=49a890bb3435c7fb0412ec54c118b5fc484620f7;hpb=d5867ebb7c85a07fd5b9dad155c9a82048b3e706;p=unfold.git diff --git a/portal/about.py b/portal/about.py index 49a890bb..99434a70 100644 --- a/portal/about.py +++ b/portal/about.py @@ -12,7 +12,7 @@ from manifoldapi.manifoldresult import ManifoldResult from ui.topmenu import topmenu_items, the_user from myslice.configengine import ConfigEngine -from theme import ThemeView +from myslice.theme import ThemeView class AboutView (FreeAccessView, ThemeView): template_name = 'about.html' @@ -37,7 +37,7 @@ class AboutView (FreeAccessView, ThemeView): env['person'] = None env['theme'] = self.theme - + env['section'] = "About" env['username']=the_user(request) env['topmenu_items'] = topmenu_items(None, request)