added titles to pages
[unfold.git] / portal / validationview.py
index f38681c..b5170b9 100644 (file)
@@ -41,10 +41,10 @@ from plugins.raw                import Raw
 
 from portal.models              import PendingUser, PendingSlice
 from portal.actions             import get_requests
-from manifold.manifoldapi       import execute_query
+from manifoldapi.manifoldapi    import execute_query
 from manifold.core.query        import Query
 from unfold.page                import Page
-from theme import ThemeView
+from myslice.theme import ThemeView
 
 class ValidatePendingView(FreeAccessView, ThemeView):
     template_name = "validate_pending.html"
@@ -263,7 +263,7 @@ class ValidatePendingView(FreeAccessView, ThemeView):
         context['username'] = the_user(self.request) 
         
         context['theme'] = self.theme
-        
+        context['section'] = "Requests"
         # XXX We need to prepare the page for queries
         #context.update(page.prelude_env())