update string for resolution
This commit is contained in:
@@ -57,7 +57,7 @@ class Resolution(models.Model):
|
|||||||
verbose_name_plural = "Beschlüsse"
|
verbose_name_plural = "Beschlüsse"
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return f"{self.name}"
|
return f"{self.id} / {self.name}"
|
||||||
|
|
||||||
def clean(self):
|
def clean(self):
|
||||||
if self.id == "":
|
if self.id == "":
|
||||||
|
|||||||
Reference in New Issue
Block a user