better docstring

This commit is contained in:
Thomas Steen Rasmussen 2016-05-12 18:10:51 +02:00
parent e218c4c6ae
commit 7553df8014
1 changed files with 1 additions and 2 deletions

View File

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