Skip to content
Snippets Groups Projects
Commit c73bf417 authored by Frank Duncan's avatar Frank Duncan
Browse files

Add Admin Review Status to GFC2024

parent da5e2006
No related branches found
No related tags found
No related merge requests found
......@@ -343,6 +343,9 @@ def main():
comp.add_supplemental_information(
competition.StaticColumnAdder("Competition Name", "GFC2024")
)
comp.add_supplemental_information(
competition.StaticColumnAdder("Admin Review Status", "Valid")
)
# Placeholder for future data imported from airtable
comp.add_supplemental_information(competition.MediaWikiTabsAdder())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment