remotes/origin/yandex
Bachurin Sergey 12 years ago
parent 58b17b28fa
commit a8ac2d494b
  1. 2
      project/customer/views/license.py

@ -2,7 +2,7 @@
import hashlib import hashlib
from django.shortcuts import render, redirect 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.conf import settings
from django.views.decorators.csrf import csrf_exempt from django.views.decorators.csrf import csrf_exempt
from django.utils.http import urlquote from django.utils.http import urlquote

Loading…
Cancel
Save