Files @ a00fc7845e3c
Branch filter:

Location: symposion_app/fixtures/conference.json

Nick Seidenman (N6)
Added some css to make text visible on 404 and 404 pages.
Removed references to non-existent content—page-header-panel.html.
[
    {
        "pk": 1,
        "model": "symposion_conference.conference",
        "fields": {
            "timezone": "US/Eastern",
            "start_date": "2040-01-01",
            "end_date": "2040-01-04",
            "title": "PyCon AU 2017"
        }
    },
    {
        "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"
        }
    }
]