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