Files @ 4d15cbf85c48
Branch filter:

Location: symposion_app/fixtures/flatpages.json

Tobias Schulmann
Add first 2019 design attempts
[
    {
        "fields": {
            "url": "/",
            "title": "LCA 2019",
            "sites": [
                1
            ],
            "template_name": "flatpages/homepage.html"
        },
        "model": "flatpages.flatpage",
        "pk": 1
    },
    {
        "fields": {
            "url": "/attend/code-of-conduct/",
            "title": "Code of Conduct -- LCA2019",
            "sites": [
                1
            ],
            "template_name": "flatpages/coc.html"
        },
        "model": "flatpages.flatpage",
        "pk": 2
    },
    {
        "fields": {
            "url": "/attend/terms-and-conditions/",
            "title": "Terms and Conditions -- LCA2019",
            "sites": [
                1
            ],
            "template_name": "flatpages/toc.html"
        },
        "model": "flatpages.flatpage",
        "pk": 3
    }
]