diff --git a/uber/site_sections/other_reports.py b/uber/site_sections/other_reports.py index 078873812..9b87413f7 100644 --- a/uber/site_sections/other_reports.py +++ b/uber/site_sections/other_reports.py @@ -33,7 +33,7 @@ def food_eligible(self, out, session): header = ['Name', 'Badge Type', 'Badge #', 'Eligible'] ordered_food_restrictions = [] for val, label in c.FOOD_RESTRICTIONS.items(): - ordered_food_restrictions.append(val) + ordered_food_restrictions.append(str(val)) header.append(label) header.append('Notes')