make admin page nicer
This commit is contained in:
parent
a7e142f28b
commit
fb09a02a22
@ -66,7 +66,7 @@ class Stamp(Model):
|
|||||||
|
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return f"{self.name_short} - {self.name} {self.comment}"
|
return f"{self.name_short} - {self.name}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -101,4 +101,4 @@ class Coin(Model):
|
|||||||
|
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return f"{self.country} {self.year} {self.stamp} {self.value} {self.name}"
|
return f"{self.value} {self.name} aus {self.country} {self.year} {self.stamp}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user