summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2020-12-21 14:28:31 -0500
committerlxf <sng@luxagraf.net>2020-12-21 14:28:31 -0500
commiteab51d9c70391fd6c4840bfc44aa53aed4b48410 (patch)
tree06c15d2d83fc6dca526383aa959ac1df81dc1bd4 /app
parent0f1f8633df5cfba1263f0508b9b3d4b9613e3432 (diff)
fixed a typo
Diffstat (limited to 'app')
-rw-r--r--app/lttr/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lttr/models.py b/app/lttr/models.py
index 8c0f335..b3a18a3 100644
--- a/app/lttr/models.py
+++ b/app/lttr/models.py
@@ -391,7 +391,7 @@ class MailingStatus(models.Model):
creation_date = models.DateTimeField(_('creation date'), auto_now_add=True)
def newsletter(self):
- return newsletter_mailing.newsletter
+ return self.newsletter_mailing.newsletter
def __str__(self):
return '%s : %s : %s' % (self.newsletter_mailing,