Skip to content

Commit

Permalink
Add NoRent letter HTML to admin dashboard (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
shakao authored Dec 7, 2022
1 parent 2354796 commit bf26c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions norent/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class LetterInline(admin.StackedInline, SendableViaLobAdminMixin):
"letter_emailed_at",
"letter_sent_at",
"lob_integration",
"html_content",
]
readonly_fields = fields

Expand Down

0 comments on commit bf26c20

Please sign in to comment.