X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/d29e7ec36ee9d49763dfe72e52275f3a2709e1c2..db00cdfa47efb038db8c33393a25df1d240fd76b:/contact/forms.py?ds=sidebyside diff --git a/contact/forms.py b/contact/forms.py index 62957ad..36d793f 100644 --- a/contact/forms.py +++ b/contact/forms.py @@ -37,7 +37,7 @@ class ContactForm(forms.Form): result_page = False required_css_class = 'required' - contact = forms.CharField(max_length=128) + contact = NotImplemented def save(self, request, formsets=None): from .models import Attachment, Contact