X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/0a9ec4c13727704f2394760c23d76559f727f5bd..736d94f6ac63f205be2967f013a15c457032fc2f:/edumed/contact_forms.py?ds=sidebyside diff --git a/edumed/contact_forms.py b/edumed/contact_forms.py index ec34ebf..507c6d1 100644 --- a/edumed/contact_forms.py +++ b/edumed/contact_forms.py @@ -130,7 +130,7 @@ 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'