EmailSettingsBaseSerializer
Overview
Serializer base for EmailTemplateBase subclasses. Uses TemplatedTextField for subject and body (supports Django template syntax) and TemplateTagsDataField for the preview legend.
Meta
Source
server/vueda/core/serializers/__init__.py:823
_declared_fields
body
preview_tag_data
subject
Source
server/vueda/core/serializers/__init__.py:812