Skip to content

Commit

Permalink
Properly list pronouns as a dynamic field
Browse files Browse the repository at this point in the history
Somehow it ended up with half the listing in dynamic and half in static,
    which sometimes crashes.
mhagander committed Jan 29, 2025
1 parent 2bad011 commit fad1627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresqleu/confreg/backendforms.py
Original file line number Diff line number Diff line change
@@ -335,7 +335,7 @@ class Meta:
'shirtsize', 'dietary', 'pronouns', 'twittername', 'nick', 'badgescan', 'shareemail',
'regtype', 'additionaloptions']

_all_dynamic_fields = set(['badgescan', 'shareemail', 'dietary', 'shirtsize'])
_all_dynamic_fields = set(['badgescan', 'shareemail', 'dietary', 'pronouns', 'shirtsize'])

def _get_reginfo_fields(self):
if self.conference.askbadgescan:

0 comments on commit fad1627

Please sign in to comment.