X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f3c334d8fbb682677d059308501ea57a4c7581ee..46b8dca20c77629901ed4fc3d398436180649c71:/src/suggest/forms.py diff --git a/src/suggest/forms.py b/src/suggest/forms.py index 4e9cf2f2a..57e5eeef8 100644 --- a/src/suggest/forms.py +++ b/src/suggest/forms.py @@ -109,7 +109,7 @@ class PublishingSuggestForm(forms.Form): send_mail( u'[WolneLektury] ' + ugettext(u'Thank you for your suggestion.'), ugettext(u"""\ - Thank you for your comment on WolneLektury.pl. - The suggestion has been referred to the project coordinator.""") + +Thank you for your comment on WolneLektury.pl. +The suggestion has been referred to the project coordinator.""") + u"\n\n-- \n" + ugettext(u'''Message sent automatically. Please do not reply.'''), 'no-reply@wolnelektury.pl', [contact], fail_silently=True)