symposion_app/fixtures/flatpages.json

39 lines
886 B
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
}
]