remove unneeded method

This commit is contained in:
Laura Klünder 2017-05-31 02:39:35 +02:00
parent 341c2f98e5
commit 129be97a59

View file

@ -112,10 +112,6 @@ class Location(LocationSlug, EditorFormMixin, models.Model):
return self._meta.verbose_name + ' ' + self.slug
return super().title
@staticmethod
def bla():
pass
def get_color(self):
if self.color:
return self.color