We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b3b54 commit bd9924eCopy full SHA for bd9924e
crowdsourcer/management/commands/import_volunteers.py
@@ -55,6 +55,12 @@ class Command(BaseCommand):
55
"Gov & Finance": "Governance & Finance",
56
"Waste & Food": "Waste Reduction & Food",
57
"Collab & Engagement": "Collaboration & Engagement",
58
+ "Governance and Finance": "Governance & Finance",
59
+ "Planning and Land Use": "Planning & Land Use",
60
+ "Planning and Land use": "Planning & Land Use",
61
+ "Waste Reduction and Food": "Waste Reduction & Food",
62
+ "Collaboration and Engagement": "Collaboration & Engagement",
63
+ "Waste reduction and food": "Waste Reduction & Food",
64
}
65
66
default_council_map = {
0 commit comments