protocoll api
This commit is contained in:
@@ -23,12 +23,15 @@ class PostSerializer(serializers.HyperlinkedModelSerializer):
|
|||||||
'event_end',
|
'event_end',
|
||||||
'is_hidden',
|
'is_hidden',
|
||||||
'agenda_html',
|
'agenda_html',
|
||||||
|
'protocol_html',
|
||||||
'has_agenda',
|
'has_agenda',
|
||||||
|
'has_protocol',
|
||||||
'tag_string',
|
'tag_string',
|
||||||
'imageurl'
|
'imageurl'
|
||||||
# 'author',
|
# 'author',
|
||||||
]
|
]
|
||||||
|
|
||||||
extra_kwargs={
|
extra_kwargs={
|
||||||
'agenda_html': {"required": False}
|
'agenda_html': {"required": False},
|
||||||
|
'protocol_html': {"required": False}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user