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