Files @ d7d36e2c050e
Branch filter:

Location: symposion_app/fixtures/proposal_base.json

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

Adds score display to the review list
[
    {
        "pk": 1,
        "model": "symposion_proposals.proposalsection",
        "fields": {
            "start": null,
            "section": 1,
            "end": null,
            "closed": null,
            "published": null
        }
    },
    {
        "pk": 1,
        "model": "symposion_proposals.proposalkind",
        "fields": {
            "section": 1,
            "name": "talk",
            "slug": "talk"
        }
    }
]