Files @ d7d36e2c050e
Branch filter:

Location: symposion_app/fixtures/sites.json

Christopher Neugebauer
Merge pull request #8 from lca2017/chrisjrn/006-display-scores

Adds score display to the review list
[
    {
        "pk": 1,
        "model": "sites.site",
        "fields": {
            "domain": "localhost:8000",
            "name": "PinaxCon"
        }
    },
    {
        "pk": 2,
        "model": "sites.site",
        "fields": {
            "domain": "conference.pinaxproject.com",
            "name": "PinaxCon"
        }
    }
]