Merge remote-tracking branch 'origin/guntherweissenbaeck/issue38'
This commit is contained in:
commit
447fa76dd9
1 changed files with 0 additions and 1 deletions
|
@ -22,6 +22,5 @@ class Rescuer(models.Model):
|
||||||
verbose_name_plural = _("Finder")
|
verbose_name_plural = _("Finder")
|
||||||
ordering = ["last_name"]
|
ordering = ["last_name"]
|
||||||
|
|
||||||
|
|
||||||
def __str__(self) -> str:
|
def __str__(self) -> str:
|
||||||
return self.first_name + " " + self.last_name
|
return self.first_name + " " + self.last_name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue