Files @ c3354d6ff62a
Branch filter:

Location: CopyleftConf/copyleftconf-website/fixtures/conference.json

Chris Lamb
Correct start of acceptance notification week date.

August 2019
Su Mo Tu We Th Fr Sa
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

re. https://twitter.com/lolamby/status/1163538533400764416
[
    {
        "pk": 1,
        "model": "symposion_conference.conference",
        "fields": {
            "timezone": "US/Eastern",
            "start_date": "2040-01-01",
            "end_date": "2040-01-04",
            "title": "PinaxCon"
        }
    },
    {
        "pk": 1,
        "model": "symposion_conference.section",
        "fields": {
            "conference": 1,
            "start_date": "2040-01-01",
            "name": "General Sessions",
            "end_date": "2040-01-01",
            "slug": "general-sessions"
        }
    }
]