Files @ 61cf00442673
Branch filter:

Location: CopyleftConf/copyleftconf-website/fixtures/proposal_base.json

Brett Smith
proposals.forms: Link to one consistent Markdown cheat sheet.

I like this one best because it's most brief, visual, and clearly under a
free license (CC BY-SA 4.0).
[
    {
        "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"
        }
    }
]