X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/58494f1136f817ce26c0471d4918e45e1bac92e3..5d822fa2c841c89cc4c18be2476cde4e7cac8e2a:/contact/forms.py?ds=sidebyside diff --git a/contact/forms.py b/contact/forms.py index 4f5cf65..82eba4b 100644 --- a/contact/forms.py +++ b/contact/forms.py @@ -23,7 +23,7 @@ class ContactForm(forms.Form): __metaclass__ = ContactFormMeta form_tag = None - title = _('Contact form') + form_title = _('Contact form') submit_label = _('Submit') required_css_class = 'required'