parent
b6760071cc
commit
c6d6251556
3 changed files with 21 additions and 0 deletions
|
@ -71,6 +71,7 @@ class FallenBird(models.Model):
|
|||
sent_to = models.CharField(
|
||||
max_length=256, null=True, blank=True, verbose_name=_("Übersandt nach")
|
||||
)
|
||||
comment = models.TextField(blank=True, null=True, verbose_name=_("Bemerkung"))
|
||||
|
||||
class Meta:
|
||||
verbose_name = _("Patient")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue