List pre-registrations (TODO: filter)
This commit is contained in:
parent
6b8e9d45fd
commit
bdb0f677e5
4 changed files with 119 additions and 10 deletions
|
|
@ -154,6 +154,8 @@ class WEIRegistration(models.Model):
|
|||
)
|
||||
|
||||
health_issues = models.TextField(
|
||||
blank=True,
|
||||
default="",
|
||||
verbose_name=_("health issues"),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue