From bc29fd49bfb2b2ba5c575876696ddf4ec471b07e Mon Sep 17 00:00:00 2001 From: Sam Bailey Date: Wed, 3 Oct 2018 10:59:24 +1000 Subject: [PATCH] fix dates to match the day of the week this assumes that the date was wrong and day of week correct originally --- .../registrasion/management/commands/populate_inventory.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pinaxcon/registrasion/management/commands/populate_inventory.py b/pinaxcon/registrasion/management/commands/populate_inventory.py index 31890eac..65413453 100644 --- a/pinaxcon/registrasion/management/commands/populate_inventory.py +++ b/pinaxcon/registrasion/management/commands/populate_inventory.py @@ -86,7 +86,7 @@ class Command(BaseCommand): ("name",), name="Penguin Dinner Ticket", description="Tickets to our conference dinner on the evening of " - "Wednesday 24 January. All attendees may purchase " + "Wednesday 23 January. All attendees may purchase " "seats at the dinner, even if a dinner ticket is not " "included in your conference ticket price.", required=False, @@ -112,7 +112,7 @@ class Command(BaseCommand): ("name",), name="Professional Delegates Networking Session Ticket", description="Tickets to our Professional Delegates Networking session." - "This event will be held on the evening of Thursday 25th " + "This event will be held on the evening of Thursday 24th " "January, and is restricted to Professional Ticket " "holders, speakers, miniconf organisers, and invited " "guests.",