protocoll api

This commit is contained in:
2021-01-02 22:27:15 +00:00
parent 09e0d35447
commit d0856877b8

View File

@@ -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}
} }