Added missing import

This commit is contained in:
phalt 2016-04-22 11:30:02 +01:00
parent 201d96bb52
commit 75259851a9

View file

@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
from django.conf import settings
from django.shortcuts import render_to_response
from django.shortcuts import render_to_response, redirect
from django.template import RequestContext
from django.views.decorators.csrf import csrf_exempt
@ -283,7 +283,7 @@ def stripe_donation(request):
description='PokeAPI donation'
)
except:
pass
return redirect('/')
return redirect('/')
return redirect('/')