sent to on sent to

This commit is contained in:
gw3000 2023-07-12 18:44:23 +02:00
parent 24249a13ea
commit 2a6bd1bcd3
4 changed files with 43 additions and 4 deletions

View file

@ -49,6 +49,9 @@ class FallenBird(models.Model):
null=True,
verbose_name=_("Voliere"),
)
sent_to = models.CharField(
max_length=256, null=True, blank=True, verbose_name=_("Übersandt nach")
)
class Meta:
verbose_name = _("Patient")