From 7553df8014f664ad0a461957f0d15c2de6be3a43 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Thu, 12 May 2016 18:10:51 +0200 Subject: [PATCH] better docstring --- shop/views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shop/views.py b/shop/views.py index ab6973e5..7edd295b 100644 --- a/shop/views.py +++ b/shop/views.py @@ -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