Freitextfeld Patienten

Fixes #53
This commit is contained in:
gw3000 2023-08-16 21:56:05 +02:00
parent b6760071cc
commit c6d6251556
3 changed files with 21 additions and 0 deletions

View file

@ -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")