some basic conference stuff updated. it's not at all clear to me yet if other stuff needs to be updated.
This commit is contained in:
parent
d698d00642
commit
d4f7f82994
1 changed files with 8 additions and 8 deletions
|
@ -3,10 +3,10 @@
|
||||||
"pk": 1,
|
"pk": 1,
|
||||||
"model": "symposion_conference.conference",
|
"model": "symposion_conference.conference",
|
||||||
"fields": {
|
"fields": {
|
||||||
"timezone": "Pacific/Auckland",
|
"timezone": "Australia/Brisbane",
|
||||||
"start_date": "2019-01-21",
|
"start_date": "2020-01-13",
|
||||||
"end_date": "2019-01-25",
|
"end_date": "2020-01-17",
|
||||||
"title": "linux.conf.au 2019"
|
"title": "linux.conf.au 2020"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -14,9 +14,9 @@
|
||||||
"model": "symposion_conference.section",
|
"model": "symposion_conference.section",
|
||||||
"fields": {
|
"fields": {
|
||||||
"conference": 1,
|
"conference": 1,
|
||||||
"start_date": "2019-01-23",
|
"start_date": "2020-01-15",
|
||||||
"name": "Main Conference",
|
"name": "Main Conference",
|
||||||
"end_date": "2019-01-25",
|
"end_date": "2020-01-17",
|
||||||
"slug": "main"
|
"slug": "main"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -25,9 +25,9 @@
|
||||||
"model": "symposion_conference.section",
|
"model": "symposion_conference.section",
|
||||||
"fields": {
|
"fields": {
|
||||||
"conference": 1,
|
"conference": 1,
|
||||||
"start_date": "2019-01-21",
|
"start_date": "2020-01-13",
|
||||||
"name": "MiniConf",
|
"name": "MiniConf",
|
||||||
"end_date": "2019-01-22",
|
"end_date": "2020-01-14",
|
||||||
"slug": "miniconf"
|
"slug": "miniconf"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue