sent to on sent to
This commit is contained in:
parent
24249a13ea
commit
2a6bd1bcd3
4 changed files with 43 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue