summaryrefslogtreecommitdiffstats
path: root/forum/forms.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-02-17 16:03:29 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-02-17 16:03:29 -0500
commit473bdf5773aed8bdd91a16e371f75e628d20511e (patch)
treec94ab39fef99bd9f89a1a33295dfc1344acaf489 /forum/forms.py
parenta84d9d5713b66fdd0f948a5227ade56cb1559816 (diff)
parentc95b9cbb2c181248663e0584b4fca752f32dcec7 (diff)
downloadaskbot-473bdf5773aed8bdd91a16e371f75e628d20511e.tar.gz
askbot-473bdf5773aed8bdd91a16e371f75e628d20511e.tar.bz2
askbot-473bdf5773aed8bdd91a16e371f75e628d20511e.zip
merged with Hernanis model refactoring, ran out of time to fix an issue
Diffstat (limited to 'forum/forms.py')
-rw-r--r--forum/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/forum/forms.py b/forum/forms.py
index 308f853b..5796e2c1 100644
--- a/forum/forms.py
+++ b/forum/forms.py
@@ -4,6 +4,7 @@ from django import forms
from models import *
from const import *
from django.utils.translation import ugettext as _
+from django.contrib.auth.models import User
from utils.forms import NextUrlField, UserNameField
from recaptcha_django import ReCaptchaField
from django.conf import settings