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

List pre-registrations (TODO: filter)

This commit is contained in:
Yohann D'ANELLO
2020-04-12 04:29:44 +02:00
parent 6b8e9d45fd
commit bdb0f677e5
4 changed files with 119 additions and 10 deletions

View File

@ -154,6 +154,8 @@ class WEIRegistration(models.Model):
)
health_issues = models.TextField(
blank=True,
default="",
verbose_name=_("health issues"),
)