Files @ 10b6358b9271
Branch filter:

Location: symposion_app/fixtures/sites.json

Jamie Lennox
Add release materials check boxes to miniconf proposal

We need to have people who are submitting a miniconf proposal agree to
releasing the material. The easiest way to do this is to just make it a
proposal like the other two types. We don't have audience type for
miniconf, instead of deleting it just have a default - it's easier.

WARNING: This requires a real migration to be performed before use.
[
    {
        "pk": 1,
        "model": "sites.site",
        "fields": {
            "domain": "lca2018.org",
            "name": "linux.conf.au 2018"
        }
    }
]