fix name error for HttpResponseNotFound

pull/1/head
eric 2012-02-02 09:03:24 -05:00
parent bc351e0895
commit 3333c51bf3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from django.contrib import messages
from django.forms import Select
from django.forms.models import modelformset_factory
from django.http import HttpResponseRedirect
from django.http import HttpResponse
from django.http import HttpResponse, HttpResponseNotFound
from django.views.decorators.csrf import csrf_exempt
from django.views.decorators.http import require_POST
from django.views.generic.edit import FormView