better docstring

This commit is contained in:
Thomas Steen Rasmussen 2016-05-12 18:10:51 +02:00
parent e218c4c6ae
commit 7553df8014

View file

@ -38,8 +38,7 @@ class CheckoutView(LoginRequiredMixin, DetailView):
class PaymentView(LoginRequiredMixin, FormView): class PaymentView(LoginRequiredMixin, FormView):
""" """
One final chance to change payment method (in case another method failed), Select payment method and goto payment
and a submit button to intiate payment with selected metod
""" """
template_name = 'shop/payment.html' template_name = 'shop/payment.html'
form_class = PaymentMethodForm form_class = PaymentMethodForm