_location_details_loaded

This commit is contained in:
Laura Klünder 2017-11-28 11:03:22 +01:00
parent 384ef43209
commit 6d7f012666
2 changed files with 37 additions and 36 deletions

View file

@ -34,6 +34,7 @@ class SerializableMixin(models.Model):
def details_display(self):
return {
'id': self.pk,
'display': [
(str(_('Type')), str(self.__class__._meta.verbose_name)),
(str(_('ID')), str(self.pk)),