X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fabout.py;h=99434a70885a4c66abc3e146874e9face54f07ff;hb=4d26ed18cf30c1e1dc12be165732486bc9510d84;hp=ade6f6a5861a1e9c40e7d7bed80ddead057e9a76;hpb=4f70001534beb026fea80433221dfe45c4530a8b;p=unfold.git diff --git a/portal/about.py b/portal/about.py index ade6f6a5..99434a70 100644 --- a/portal/about.py +++ b/portal/about.py @@ -8,11 +8,11 @@ from django.shortcuts import render from unfold.loginrequired import FreeAccessView -from manifold.manifoldresult import ManifoldResult +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)