summaryrefslogtreecommitdiff
path: root/app/lttr/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/lttr/forms.py')
-rw-r--r--app/lttr/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lttr/forms.py b/app/lttr/forms.py
index ad41d66..e3fb272 100644
--- a/app/lttr/forms.py
+++ b/app/lttr/forms.py
@@ -62,7 +62,7 @@ class SubscribeRequestForm(NewsletterForm):
if subscription.subscribed and not subscription.unsubscribed:
raise ValidationError(
- "Your e-mail address has already been subscribed to."
+ "I appreciate the effort, but you're already subscribed. (if you're not receiving newsletters, email me at sng@luxagraf.net and I will see what's going on)"
)
else:
self.instance = subscription