minor color and layout changes in admin interface

This commit is contained in:
artus40
2017-09-01 15:59:07 +02:00
parent f91d94685d
commit dfc9a40800
10 changed files with 1120 additions and 18 deletions

View File

@@ -145,6 +145,9 @@ class Note(models.Model):
return
@property
def type_name(self):
return self.child_class.__qualname__
@property
def child_class(self):