Files @ 71805cc66e00
Branch filter:

Location: symposion_app/fixtures/conference.json

bsturmfels
Add additional account app templates

This works around use block "body" when we need block "content".
[
{
  "model": "symposion_conference.conference",
  "pk": 1,
  "fields": {
    "title": "FOSSY 2023",
    "start_date": "2023-07-13",
    "end_date": "2023-07-16",
    "timezone": "US/Pacific"
  }
}
]