missing import

This commit is contained in:
Thomas Steen Rasmussen 2016-05-12 18:10:36 +02:00
parent 0aab582666
commit e218c4c6ae

View file

@ -8,6 +8,7 @@ from django.contrib.auth.mixins import LoginRequiredMixin
from django.http import HttpResponse from django.http import HttpResponse
from .models import Order, Product, EpayCallback, EpayPayment from .models import Order, Product, EpayCallback, EpayPayment
from .forms import PaymentMethodForm
class ShopIndexView(TemplateView): class ShopIndexView(TemplateView):