generated from westfarn/web_django_template
Align the public site with the PRINTFORGE banner for client demos.
CI / test (pull_request) Successful in 38s
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:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user