Align the public site with the PRINTFORGE banner for client demos.
CI / test (pull_request) Successful in 38s

Replace orange with cyan/lime/navy, swap the splash for a print animation, make smart-crop optional, and add a prod-safe seed_demo command. Closes #5.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-07 06:05:29 -05:00
co-authored by Cursor
parent 04e75ec7a3
commit 10263e08ff
19 changed files with 34722 additions and 65 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ class CampaignSendTests(TestCase):
self.assertEqual(summary.to, [self.user.email])
self.assertTrue(mail.outbox[0].alternatives)
self.assertEqual(mail.outbox[0].alternatives[0][1], "text/html")
self.assertIn("#00626c", mail.outbox[0].alternatives[0][0])
self.assertIn("#00aeef", mail.outbox[0].alternatives[0][0])
self.assertTrue(summary.alternatives)