dev@locazia: fix misprint
This commit is contained in:
parent
32b159de62
commit
5a1583f926
|
|
@ -11,7 +11,7 @@ class DisplayMixin:
|
||||||
}
|
}
|
||||||
|
|
||||||
def front_format(self, plain_text=True):
|
def front_format(self, plain_text=True):
|
||||||
if not plaint_text:
|
if not plain_text:
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
return f"{self.first_name} {self.last_name}".strip()
|
return f"{self.first_name} {self.last_name}".strip()
|
||||||
Loading…
Reference in New Issue