X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fema.git;a=blobdiff_plain;f=eventos%2Fforms.py;fp=eventos%2Fforms.py;h=2a469637809dd277ca4056a74dd2164cb6b0803d;hp=c739b07f1e8097ed77889e0a6e76f7cd741f2f23;hb=d880d8b3f87ee48f6291dfee097e1eb2cb9e9173;hpb=f8a672409671da4629d7f8d4eff07b9c7a6e08aa diff --git a/eventos/forms.py b/eventos/forms.py index c739b07..2a46963 100644 --- a/eventos/forms.py +++ b/eventos/forms.py @@ -15,8 +15,8 @@ # License along with this program; if not, write to the # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. -from django import newforms as forms -from django.newforms import PasswordInput, ValidationError +from django import forms +from django.forms import PasswordInput, ValidationError from django.contrib.auth.models import User