Changeset - bc29fd49bfb2
[Not reviewed]
0 1 0
Sam Bailey - 6 years ago 2018-10-03 00:59:24
sam@thatsamguy.com
fix dates to match the day of the week

this assumes that the date was wrong and day of week correct originally
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/registrasion/management/commands/populate_inventory.py
Show inline comments
...
 
@@ -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.",
0 comments (0 inline, 0 general)