Skip to content

Commit

Permalink
import HttpResponseBadRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiant7t committed Apr 18, 2010
1 parent 368893f commit 5dcc830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion voting/views.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from django.core.exceptions import ObjectDoesNotExist
from django.db.models import get_model
from django.http import Http404, HttpResponse, HttpResponseRedirect
from django.http import Http404, HttpResponse, HttpResponseBadRequest, \
HttpResponseRedirect
from django.contrib.auth.views import redirect_to_login
from django.template import loader, RequestContext
from django.utils import simplejson
Expand Down

0 comments on commit 5dcc830

Please sign in to comment.