Files @ b56ca32259c8
Branch filter:

Location: symposion_app/fixtures/flatpages.json

Joel Addison
Localise schedule times

Show local times on schedule and presentation details
if user is in a different timezone to the conference.
[
{
  "model": "flatpages.flatpage",
  "pk": 1,
  "fields": {
    "url": "/",
    "title": "Home Page",
    "content": "Here is the home page for LCA.\r\n\r\nOther pages to come.",
    "enable_comments": false,
    "template_name": "",
    "registration_required": false,
    "sites": [
      1
    ]
  }
}
]