1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

removed diet filed

This commit is contained in:
mcngnt
2024-08-29 22:19:11 +02:00
parent b92e6e4e10
commit 7552e55c8d
5 changed files with 21 additions and 14 deletions

View File

@ -232,12 +232,6 @@ class WEIRegistration(models.Model):
verbose_name=_("health issues"),
)
specific_diet = models.TextField(
blank=True,
default="",
verbose_name=_("specific diet"),
)
emergency_contact_name = models.CharField(
max_length=255,
verbose_name=_("emergency contact name"),