diff --git a/shop/views.py b/shop/views.py index a29e144f..490c0b30 100644 --- a/shop/views.py +++ b/shop/views.py @@ -436,7 +436,7 @@ class CoinifyRedirectView(LoginRequiredMixin, EnsureUserOwnsOrderMixin, EnsureUn order = order, ) - print "done" % order.pk + print "done" return super(CoinifyRedirectView, self).dispatch( request, *args, **kwargs )