|
@@ -65,6 +65,7 @@ class Panel:
|
|
|
'object': context.get('object'),
|
|
'object': context.get('object'),
|
|
|
'title': self.title,
|
|
'title': self.title,
|
|
|
'actions': self.actions,
|
|
'actions': self.actions,
|
|
|
|
|
+ 'panel_class': self.__class__.__name__,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
def render(self, context):
|
|
def render(self, context):
|