From a8ac2d494b2c72c592eb8d1f05fa35b8c9d38ce5 Mon Sep 17 00:00:00 2001 From: Bachurin Sergey Date: Tue, 8 Jul 2014 16:42:38 +0300 Subject: [PATCH] fix --- project/customer/views/license.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/customer/views/license.py b/project/customer/views/license.py index bf4d6e5..13793d1 100644 --- a/project/customer/views/license.py +++ b/project/customer/views/license.py @@ -2,7 +2,7 @@ import hashlib from django.shortcuts import render, redirect -from django.http import Http404, HttpResponse +from django.http import Http404, HttpResponseRedirect, HttpResponseForbidden, HttpResponse from django.conf import settings from django.views.decorators.csrf import csrf_exempt from django.utils.http import urlquote