summaryrefslogtreecommitdiffstats
path: root/fbconnect/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'fbconnect/forms.py')
-rwxr-xr-xfbconnect/forms.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/fbconnect/forms.py b/fbconnect/forms.py
deleted file mode 100755
index 94f86816..00000000
--- a/fbconnect/forms.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from django_authopenid.forms import NextUrlField, UserNameField, UserEmailField
-
-from django import forms
-
-class FBConnectRegisterForm(forms.Form):
- next = NextUrlField()
- username = UserNameField()
- email = UserEmailField()