Added JSON validator to Attributes.
[philo.git] / contrib / waldo / forms.py
index 50e1fa6..4465a99 100644 (file)
@@ -1,8 +1,10 @@
 from datetime import date
 from django import forms
 from django.contrib.auth.forms import AuthenticationForm, UserCreationForm
+from django.contrib.auth.models import User
 from django.core.exceptions import ValidationError
 from django.utils.translation import ugettext_lazy as _
+from philo.contrib.waldo.tokens import REGISTRATION_TIMEOUT_DAYS
 
 
 LOGIN_FORM_KEY = 'this_is_the_login_form'