X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/d29e7ec36ee9d49763dfe72e52275f3a2709e1c2..0c7887c5e358a6af808e9bf5f86efb56465e3605:/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