Skip to content

Commit

Permalink
just to redeploy and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Feb 26, 2024
1 parent b7ccb87 commit 5098c09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etl/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ class Meta:
report_question_2 = fields.Str(required=False, data_key="Lessons learned from your event")
report_question_3 = fields.Str(required=False, data_key="Why do you love Open Data Day?")
report_question_4 = fields.Str(required=False, data_key="Any resources produced during event which can be shared?")
mini_grant_funder = fields.Str(required=False, data_key="Name of mini-grant funder",
mini_grant_funder = fields.Str(
required=False,
data_key="Name of mini-grant funder",
validate=validate.OneOf(VALID_FUNDERS)
)

Expand Down

0 comments on commit 5098c09

Please sign in to comment.