dev@locazia: fix misprint
This commit is contained in:
parent
ef2419d8ea
commit
32b159de62
|
|
@ -10,7 +10,7 @@ class DisplayMixin:
|
|||
"created": self.created.isoformat()
|
||||
}
|
||||
|
||||
def front_format(self, plaint_text=True):
|
||||
def front_format(self, plain_text=True):
|
||||
if not plaint_text:
|
||||
raise NotImplementedError
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue