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

help text on WEI emergency contact

This commit is contained in:
bleizi
2023-07-09 14:57:48 +02:00
parent 451aa64f33
commit b08da7a727
5 changed files with 70 additions and 39 deletions

View File

@ -237,6 +237,7 @@ class WEIRegistration(models.Model):
emergency_contact_name = models.CharField(
max_length=255,
verbose_name=_("emergency contact name"),
help_text=_("The emergency contact must not be a WEI participant")
)
emergency_contact_phone = PhoneNumberField(