diff --git a/progit/login_forms.py b/progit/login_forms.py index 2542815..dceebc7 100644 --- a/progit/login_forms.py +++ b/progit/login_forms.py @@ -22,6 +22,8 @@ from flask.ext import wtf import wtforms +from progit.forms import ConfirmationForm + def same_password(form, field): ''' Check if the data in the field is the same as in the password field.