Ejemplo n.º 1
0
 def get_context(self, context):
     context = BaseTemplateWidget.get_context(self, context)
     #TODO find the active menu entry
     return context
Ejemplo n.º 2
0
 def get_context(self, context):
     context = BaseTemplateWidget.get_context(self, context)
     #TODO find the active menu entry
     return context
Ejemplo n.º 3
0
 def get_context(self, context):
     context = BaseTemplateWidget.get_context(self, context)
     index = self.get_index()
     context['object_list'] = index
     return context
Ejemplo n.º 4
0
 def get_context(self, context):
     context = BaseTemplateWidget.get_context(self, context)
     index = self.get_index()
     context['object_list'] = index
     return context