X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=apps%2Fpatchwork%2Fforms.py;h=a758d462359a8502fc4b401c3198a2dce001af8b;hb=b380ba16729575348579f1d62ca066dd4ed1b73c;hp=22408d93791cf5dfd41c9d67e44541cb04160fa8;hpb=eb6db921938c72c0655ca2e381818a471f99f5fa;p=patchwork diff --git a/apps/patchwork/forms.py b/apps/patchwork/forms.py index 22408d9..a758d46 100644 --- a/apps/patchwork/forms.py +++ b/apps/patchwork/forms.py @@ -19,7 +19,7 @@ from django.contrib.auth.models import User -from django import newforms as forms +from django import forms from patchwork.models import RegistrationRequest, Patch, State, Bundle, \ UserProfile