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