From 64695d0a3803b87493e7f5acbfe254ee1a402eb0 Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Fri, 13 Oct 2017 00:57:30 +0200 Subject: [PATCH] Remove commented code --- .../templates/datacenterlight/landing_payment.html | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/datacenterlight/templates/datacenterlight/landing_payment.html b/datacenterlight/templates/datacenterlight/landing_payment.html index ca1a66e9..d195690b 100644 --- a/datacenterlight/templates/datacenterlight/landing_payment.html +++ b/datacenterlight/templates/datacenterlight/landing_payment.html @@ -154,23 +154,12 @@ {% endif %}
{% for message in messages %} - {% if 'failed_payment' in message.tags or 'make_charge_error' in message.tags %} + {% if 'failed_payment' in message.tags or 'make_charge_error' in message.tags or 'error' in message.tags %} - {% elif not form.non_field_errors %} -

- {% trans "You are not making any payment yet. After placing your order, you will be taken to the Submit Payment Page." %} -

{% endif %} {% endfor %} - {% comment %} - {% for error in form.non_field_errors %} -

- {{ error|escape }} -

- {% endfor %} - {% endcomment %}