From 69ad3604fd40a9ba645d2d5bc80763cc91e64636 Mon Sep 17 00:00:00 2001 From: lxf Date: Fri, 26 Nov 2021 10:54:04 -0500 Subject: lttr: fixed so I can change issue of newsletter mailing --- app/lttr/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/lttr') diff --git a/app/lttr/models.py b/app/lttr/models.py index e084d4f..7c40f0e 100644 --- a/app/lttr/models.py +++ b/app/lttr/models.py @@ -254,6 +254,7 @@ class NewsletterMailing(models.Model): self.body_html = markdown_to_html(md) self.body_email_html = markdown_to_emailhtml(self.body_html) self.date_created = timezone.now() + self.issue = self.post.issue if created and not self.featured_image: self.featured_image = LuxImage.objects.latest() super(NewsletterMailing, self).save() -- cgit v1.2.3-70-g09d2