fix dates to match the day of the week
this assumes that the date was wrong and day of week correct originally
This commit is contained in:
parent
ba2f7b9291
commit
bc29fd49bf
1 changed files with 2 additions and 2 deletions
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue