mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 22:08:17 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
9578ef16cd
11 changed files with 102 additions and 81 deletions
|
@ -55,7 +55,7 @@ class Component(metaclass=SimplifiedInterfaceMediaDefiningClass):
|
|||
self.instance_template = None
|
||||
self.slots = {}
|
||||
|
||||
def get_context_data(self):
|
||||
def get_context_data(self, *args, **kwargs):
|
||||
return {}
|
||||
|
||||
def get_template_name(self, context=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue