X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f3c334d8fbb682677d059308501ea57a4c7581ee..6f313f26ab28a868801a725ee986341d68ca3856:/src/suggest/forms.py?ds=sidebyside

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)