Files @ 3a686ab1a82e
Branch filter:

Location: symposion_app/fixtures/proposal_base.json

Christopher Neugebauer
Wiki with styling (#78)

* Adds Django wiki and integrates our template

* Makes the wiki use lca2017 styling (to a point, anyway)
[
    {
        "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"
        }
    }
]