From: Jan Szejko Date: Tue, 26 Apr 2016 08:45:02 +0000 (+0200) Subject: change "thanks" message after filling a form X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/7c020eb5099ba617f38258c0dcf46a478c7d4693 change "thanks" message after filling a form --- diff --git a/contact/locale/pl/LC_MESSAGES/django.mo b/contact/locale/pl/LC_MESSAGES/django.mo index 2b2e6e9..ef06814 100644 Binary files a/contact/locale/pl/LC_MESSAGES/django.mo and b/contact/locale/pl/LC_MESSAGES/django.mo differ diff --git a/contact/locale/pl/LC_MESSAGES/django.po b/contact/locale/pl/LC_MESSAGES/django.po index 35e33a3..cabbe00 100644 --- a/contact/locale/pl/LC_MESSAGES/django.po +++ b/contact/locale/pl/LC_MESSAGES/django.po @@ -88,5 +88,5 @@ msgid "Thank you" msgstr "Dziękujemy" #: templates/contact/thanks.html:11 -msgid "Thank you for submitting the contact form." -msgstr "Dziękujemy za wypełnienie formularza kontaktowego." +msgid "Thank you for submitting the form." +msgstr "Dziękujemy za wypełnienie formularza." diff --git a/contact/templates/contact/thanks.html b/contact/templates/contact/thanks.html index f82ebd8..00dc0fe 100644 --- a/contact/templates/contact/thanks.html +++ b/contact/templates/contact/thanks.html @@ -8,7 +8,7 @@

{% block contact_form_title %}{% trans "Thank you" %}{% endblock %}

{% block contact_form_description %} -

{% trans "Thank you for submitting the contact form." %}

+

{% trans "Thank you for submitting the form." %}

{% endblock %} {% endblock %}