From 58b17b28fae6e6707dc1605b54db2f4515bb2049 Mon Sep 17 00:00:00 2001 From: Bachurin Sergey Date: Tue, 8 Jul 2014 16:39:58 +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 3433d19..bf4d6e5 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 +from django.http import Http404, HttpResponse from django.conf import settings from django.views.decorators.csrf import csrf_exempt from django.utils.http import urlquote