Changeset - ba2f7b929169
[Not reviewed]
0 1 0
Sam Bailey - 6 years ago 2018-10-03 00:57:09
sam@thatsamguy.com
update t-shirt artwork description to current year
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/registrasion/management/commands/populate_inventory.py
Show inline comments
...
 
@@ -123,13 +123,13 @@ class Command(BaseCommand):
 
        )
 
        self.t_shirt = self.find_or_make(
 
            inv.Category,
 
            ("name",),
 
            name="Shirt",
 
            description="Commemorative conference polo shirts, featuring the "
 
                        "linux.conf.au 2018 artwork.",
 
                        "linux.conf.au 2019 artwork.",
 
            required=False,
 
            render_type=inv.Category.RENDER_TYPE_ITEM_QUANTITY,
 
            order=50,
 
        )
 
        # self.accommodation = self.find_or_make(
 
        #     inv.Category,
0 comments (0 inline, 0 general)