diff --git a/pinaxcon/registrasion/management/commands/populate_inventory.py b/pinaxcon/registrasion/management/commands/populate_inventory.py index ec274571..3102d095 100644 --- a/pinaxcon/registrasion/management/commands/populate_inventory.py +++ b/pinaxcon/registrasion/management/commands/populate_inventory.py @@ -61,7 +61,7 @@ class Command(BaseCommand): name="Ticket", description="Each type of ticket has different included products. " "For details of what products are included, see our " - "registration page.", + "registration page.", required=True, render_type=inv.Category.RENDER_TYPE_RADIO, limit_per_user=1, @@ -72,10 +72,10 @@ class Command(BaseCommand): ("name",), name="Terms, Conditions, and Code of Conduct Acceptance", description="I agree to the " - " " + " " "terms and conditions of attendance, and I have read, " "understood, and agree to act according to the standards set " - "forth in our " + "forth in our " "Code of Conduct.", required=True, render_type=inv.Category.RENDER_TYPE_CHECKBOX, @@ -128,7 +128,7 @@ class Command(BaseCommand): name="Shirt", description="Commemorative conference shirts, featuring the " f"linux.conf.au {settings.LCA_START.year} artwork. " - "View the " + "View the " "sizing guide.", required=False, render_type=inv.Category.RENDER_TYPE_ITEM_QUANTITY,