Improve outreach compose, contact merge, and email assets.
Deploy Beta / unit-tests (push) Successful in 10s
Deploy Beta / docker (push) Successful in 14s
Deploy Beta / deploy-beta (push) Successful in 1m40s

Add a Quill email editor with DB-backed image storage, selectable PCM designs, postcard defaults for addressed contacts, and merge-by-phone/address on the contact form.
This commit is contained in:
2026-08-09 10:42:22 -05:00
parent d3db6eed76
commit b3a6ee0cd0
19 changed files with 1158 additions and 129 deletions
+10
View File
@@ -18,6 +18,16 @@ urlpatterns = [
views.campaign_test_send,
name="campaign_test_send",
),
path(
"campaigns/upload-image/",
views.campaign_image_upload,
name="campaign_image_upload",
),
path(
"files/<uuid:pk>/",
views.stored_file,
name="stored_file",
),
path("postcard/", views.postcard_designer, name="postcard_designer"),
path(
"postcard/create/",