Files @ 2a720bd46bb4
Branch filter:

Location: symposion_app/fixtures/2021/proposals.proposalsection.json

Joel Addison
Tickets for LCA2021

Disable lots of inventory that does not exist for a virtual conf.
Add Swag Badge category and product.
Adjust attendee profile to hide irrelevant questions.
[
{
  "model": "symposion_proposals.proposalsection",
  "pk": 1,
  "fields": {
    "section": 1,
    "start": "2020-10-06T12:00:00Z",
    "end": "2020-11-01T12:00:00Z",
    "closed": false,
    "published": true
  }
},
{
  "model": "symposion_proposals.proposalsection",
  "pk": 2,
  "fields": {
    "section": 2,
    "start": "2020-10-06T12:00:00Z",
    "end": "2020-11-01T12:00:00Z",
    "closed": false,
    "published": true
  }
}
]