Update shirt details to match plans
This commit is contained in:
parent
68b6fe8f1e
commit
73964cd820
1 changed files with 7 additions and 7 deletions
|
@ -110,8 +110,8 @@ class Command(BaseCommand):
|
|||
self.t_shirt = self.find_or_make(
|
||||
inv.Category,
|
||||
("name",),
|
||||
name="T-Shirt",
|
||||
description="Commemorative conference t-shirts, featuring the "
|
||||
name="Shirt",
|
||||
description="Commemorative conference polo shirts, featuring the "
|
||||
"linux.conf.au 2018 artwork.",
|
||||
required=False,
|
||||
render_type=inv.Category.RENDER_TYPE_ITEM_QUANTITY,
|
||||
|
@ -369,12 +369,12 @@ class Command(BaseCommand):
|
|||
ShirtGroup = namedtuple("ShirtGroup", ("prefix", "sizes"))
|
||||
shirt_names = {
|
||||
"mens": ShirtGroup(
|
||||
"Men's/Straight Cut Size",
|
||||
("S", "M", "L", "XL", "2XL", "3XL", "5XL"),
|
||||
"Men's/Straight Cut",
|
||||
("S", "M", "L", "XL", "2XL", "3XL", "4XL"),
|
||||
),
|
||||
"womens": ShirtGroup(
|
||||
"Women's Classic Fit",
|
||||
("XS", "S", "M", "L", "XL", "2XL"),
|
||||
("8", "10", "12", "14", "16", "18"),
|
||||
),
|
||||
}
|
||||
|
||||
|
@ -769,11 +769,11 @@ class Command(BaseCommand):
|
|||
])
|
||||
free_category(ticket_staff_inclusions, self.penguin_dinner)
|
||||
|
||||
# Team & volunteer t-shirts, regardless of ticket type
|
||||
# Team & volunteer shirts, regardless of ticket type
|
||||
staff_t_shirts = self.find_or_make(
|
||||
cond.GroupMemberDiscount,
|
||||
("description", ),
|
||||
description="T-shirts complimentary for staff and volunteers",
|
||||
description="Shirts complimentary for staff and volunteers",
|
||||
)
|
||||
staff_t_shirts.group.set([
|
||||
self.group_team,
|
||||
|
|
Loading…
Reference in a new issue