Files @ a7b619a2fdce
Branch filter:

Location: symposion_app/fixtures/sites.json

James Polley
Need to list items per-user

Without this important line, each user gets the same manifest. not helpful.
[
    {
        "pk": 1,
        "model": "sites.site",
        "fields": {
            "domain": "lca2018.org",
            "name": "linux.conf.au 2018"
        }
    }
]