dev@locazia: fix front_format
This commit is contained in:
parent
5a1583f926
commit
d6e0e123bc
|
|
@ -14,4 +14,4 @@ class DisplayMixin:
|
||||||
if not plain_text:
|
if not plain_text:
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
return f"{self.first_name} {self.last_name}".strip()
|
return f"{self.meta.get('first_name', '')} {self.meta.get('last_name', '')}".strip()
|
||||||
Loading…
Reference in New Issue