From 8bb73c5536c32ef3a7d352537dc47f0558fc485f Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Wed, 1 Jun 2016 01:03:32 +0200 Subject: [PATCH] no format string here --- shop/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )