X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/2d5e46793f9b1f3f87f972114a4448da8efe740e..3f06621595592d106f0071e379026f73709360a0:/contact/forms.py?ds=sidebyside diff --git a/contact/forms.py b/contact/forms.py index 97fc027..0d09334 100644 --- a/contact/forms.py +++ b/contact/forms.py @@ -41,6 +41,7 @@ class ContactForm(forms.Form): required_css_class = 'required' contact = NotImplemented + data_processing = None def save(self, request, formsets=None): from .models import Attachment, Contact