X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/d29e7ec36ee9d49763dfe72e52275f3a2709e1c2..029255eed05fd5f485808df2fc51606b63a64e37:/contact/forms.py 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