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