Skip to content

Commit

Permalink
Updated Letter serializer to include html_body and html_quote fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzejkobi committed Jan 5, 2021
1 parent 6de3280 commit 4497a0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions feder/letters/serializers.py
Expand Up @@ -49,7 +49,9 @@ class Meta:
"author_user",
"title",
"body",
"html_body",
"quote",
"html_quote",
"email",
"note",
"is_spam",
Expand Down

0 comments on commit 4497a0b

Please sign in to comment.