Merge branch 'master' into master

This commit is contained in:
Emil Stenström 2023-01-04 00:07:03 +01:00 committed by GitHub
commit 9578ef16cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 102 additions and 81 deletions

View file

@ -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):