X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/2ecd306e50cb8c18b9ce9f9d48e620517635b13c..c397a14db827edc7e2f61b2fc2e3a1c14f0982cb:/edumed/contact_forms.py?ds=sidebyside diff --git a/edumed/contact_forms.py b/edumed/contact_forms.py index e809e2b..507c6d1 100644 --- a/edumed/contact_forms.py +++ b/edumed/contact_forms.py @@ -130,9 +130,10 @@ class WTEMForm(ContactForm): class MILForm(ContactForm): form_tag = 'mil' - from_title = 'Mil' + form_title = _('Share your thoughts on the "Media and information literacy competencies catalogue"') submit_label = _('Submit') base_template = 'base_mil.html' + site_name = site_domain = 'katalog.nowoczesnapolska.org.pl' name = forms.CharField(label = _('Name and Surname'), max_length = 255) contact = forms.EmailField(label = _('E-mail'), max_length = 255)