diff --git a/shop/views.py b/shop/views.py index 28d6397b..ab6973e5 100644 --- a/shop/views.py +++ b/shop/views.py @@ -8,6 +8,7 @@ from django.contrib.auth.mixins import LoginRequiredMixin from django.http import HttpResponse from .models import Order, Product, EpayCallback, EpayPayment +from .forms import PaymentMethodForm class ShopIndexView(TemplateView):