Rename PersonalisablePageMixin.personalisable_metadata
Use PersonalisablePageMixin.personalisation_metadata instead to mirror the package name
This commit is contained in:
@@ -187,7 +187,7 @@ class PersonalisablePageMixin(object):
|
||||
"""
|
||||
|
||||
@cached_property
|
||||
def personalisable_metadata(self):
|
||||
def personalisation_metadata(self):
|
||||
try:
|
||||
metadata = self._personalisable_page_metadata
|
||||
except AttributeError:
|
||||
|
Reference in New Issue
Block a user