X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fabout.py;h=99434a70885a4c66abc3e146874e9face54f07ff;hb=cf4cdbfa738f4687eae3cab36fdaf4914da1d160;hp=49a890bb3435c7fb0412ec54c118b5fc484620f7;hpb=da0b290c0d86afe3d388f4b1a8be60a70b39ed92;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)