symposion_app/fixtures/flatpages.json

51 lines
1.2 KiB
JSON
Raw Normal View History

2018-06-04 08:51:03 +00:00
[
{
"fields": {
"url": "/",
"title": "LCA 2019",
"sites": [
1
],
"template_name": "flatpages/homepage.html"
},
"model": "flatpages.flatpage",
"pk": 1
},
{
"fields": {
"url": "/attend/code-of-conduct/",
"title": "Code of Conduct -- LCA2019",
"sites": [
1
],
"template_name": "flatpages/coc.html"
},
"model": "flatpages.flatpage",
"pk": 2
},
{
"fields": {
"url": "/attend/terms-and-conditions/",
"title": "Terms and Conditions -- LCA2019",
"sites": [
1
],
"template_name": "flatpages/toc.html"
},
"model": "flatpages.flatpage",
"pk": 3
2018-06-15 23:45:24 +00:00
},
{
"fields": {
"url": "/sponsors/",
"title": "Sponsorship -- LCA2019",
"sites": [
1
],
"template_name": "flatpages/sponsorship.html"
},
"model": "flatpages.flatpage",
"pk": 4
2018-06-04 08:51:03 +00:00
}
]