Files @ 99ba4c177004
Branch filter:

Location: symposion_app/fixtures/sites.json

Christopher Neugebauer
1) Fixes list display
2) Lets us put links in category descriptions
[
    {
        "pk": 1,
        "model": "sites.site",
        "fields": {
            "domain": "localhost:8000",
            "name": "PinaxCon"
        }
    },
    {
        "pk": 2,
        "model": "sites.site",
        "fields": {
            "domain": "conference.pinaxproject.com",
            "name": "PinaxCon"
        }
    }
]