Fix bug t-shirt sizes
This commit is contained in:
parent
3c1b9d1036
commit
ccf47dffa1
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ def admin():
|
|||
waitlist_count = 0
|
||||
total_count = 0
|
||||
check_in_count = 0
|
||||
shirt_count = {'xs': 0, 's': 0, 'm': 0, 'l': 0, 'xl': 0, }
|
||||
shirt_count = {'xxs': 0, 'xs': 0, 's': 0, 'm': 0, 'l': 0, 'xl': 0, 'xxl': 0}
|
||||
male_count = 0
|
||||
female_count = 0
|
||||
schools = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue