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