From 109870caa10782975d905b898cfa70225a6c596a Mon Sep 17 00:00:00 2001 From: Javed Khan Date: Fri, 17 May 2013 16:03:57 +0530 Subject: [PATCH] updated ogone demo templates --- .../app/templates/billing/ogone_failure.html | 16 +++++++++++----- .../app/templates/billing/ogone_success.html | 18 ++++++++++++------ 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/example/app/templates/billing/ogone_failure.html b/example/app/templates/billing/ogone_failure.html index 6e712e1c..b447b864 100644 --- a/example/app/templates/billing/ogone_failure.html +++ b/example/app/templates/billing/ogone_failure.html @@ -1,9 +1,15 @@ {% extends "app/base.html" %} {% block content %} -The transaction failed! -
-Status: {{ message }} -
-PAY ID: {{ response.PAYID }} +
+
+
+ × +

Response:

+

{{ message }}

+

Pay ID: {{ response.PAYID }}

+
+
+
+{{ block.super }} {% endblock %} diff --git a/example/app/templates/billing/ogone_success.html b/example/app/templates/billing/ogone_success.html index 82cc796a..edc5af8d 100644 --- a/example/app/templates/billing/ogone_success.html +++ b/example/app/templates/billing/ogone_success.html @@ -1,9 +1,15 @@ -{% extends "app/base.html" %} +{% extends "app/ogone.html" %} {% block content %} -The transaction was successful! -
-Status: {{ message }} -
-PAY ID: {{ response.PAYID }} +
+
+
+ × +

Response:

+

{{ message }}

+

Pay ID: {{ response.PAYID }}

+
+
+
+{{ block.super }} {% endblock %}