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',
'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}
}