X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/02164b121436ba228e7393a15aa9a5ad99f5d8f3..3a2c054cbdd823dc9df5cd33a9cfba622a7d630c:/contact/forms.py 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'