remove unneeded method
This commit is contained in:
parent
341c2f98e5
commit
129be97a59
1 changed files with 0 additions and 4 deletions
|
@ -112,10 +112,6 @@ class Location(LocationSlug, EditorFormMixin, models.Model):
|
||||||
return self._meta.verbose_name + ' ' + self.slug
|
return self._meta.verbose_name + ' ' + self.slug
|
||||||
return super().title
|
return super().title
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
def bla():
|
|
||||||
pass
|
|
||||||
|
|
||||||
def get_color(self):
|
def get_color(self):
|
||||||
if self.color:
|
if self.color:
|
||||||
return self.color
|
return self.color
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue