|
@ -106,8 +106,8 @@ class EventEvent(models.Model): |
|
|
return { |
|
|
return { |
|
|
"name": "name", |
|
|
"name": "name", |
|
|
"adress_inline": "location", |
|
|
"adress_inline": "location", |
|
|
"date_begin_located": "start", |
|
|
|
|
|
"date_end_located": "stop", |
|
|
|
|
|
|
|
|
"date_begin": "start", |
|
|
|
|
|
"date_end": "stop", |
|
|
"organizer_id": "description", |
|
|
"organizer_id": "description", |
|
|
"tag_ids": "description", |
|
|
"tag_ids": "description", |
|
|
"note": "description", |
|
|
"note": "description", |
|
|