]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/views/base.py
Use django-registration infrastructure
[patchwork] / apps / patchwork / views / base.py
index 16fa5db360ae77fa1306419fcc131782bd466f54..85014aff67aba86fe7b420da303dfb8068f7b332 100644 (file)
@@ -18,9 +18,9 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 
-from patchwork.models import Patch, Project, Person, RegistrationRequest
+from patchwork.models import Patch, Project, Person
 from patchwork.filters import Filters
-from patchwork.forms import RegisterForm, LoginForm, PatchForm
+from patchwork.forms import LoginForm, PatchForm
 from django.shortcuts import render_to_response, get_object_or_404
 from django.http import HttpResponse, HttpResponseRedirect
 from django.db import transaction