From 5bbfb54b79df27bdbd749665764eac79da74c1b3 Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Fri, 29 Sep 2017 21:54:31 +0200 Subject: [PATCH] Revert back to simple error message --- datacenterlight/views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/datacenterlight/views.py b/datacenterlight/views.py index e95e0411..ed840e83 100644 --- a/datacenterlight/views.py +++ b/datacenterlight/views.py @@ -530,9 +530,8 @@ class OrderConfirmationView(DetailView): 'msg_title': str(_('Error.')), 'msg_body': str( _('There was a payment related error.' - ' Details: {error_detail}.' ' On close of this popup, you will be redirected back to' - ' the payment page.'.format(error_detail=msg))) + ' the payment page.')) } return HttpResponse(json.dumps(response), content_type="application/json")