From 2ace04e47205f56150a87600ef5e7c3ac562ec3f Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 10 Jul 2018 18:36:58 +0530 Subject: [PATCH] [style] make page-card self contained --- payments/templates/pages/payment-failed.html | 1 + payments/templates/pages/payment-success.html | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/payments/templates/pages/payment-failed.html b/payments/templates/pages/payment-failed.html index 570785f..8f416b5 100644 --- a/payments/templates/pages/payment-failed.html +++ b/payments/templates/pages/payment-failed.html @@ -16,6 +16,7 @@ .hero-and-content { background-color: #f5f7fa; } +{% include "templates/styles/card_style.css" %} {% endblock %} diff --git a/payments/templates/pages/payment-success.html b/payments/templates/pages/payment-success.html index 8d87645..a1b5092 100644 --- a/payments/templates/pages/payment-success.html +++ b/payments/templates/pages/payment-success.html @@ -13,9 +13,6 @@ {{ _("Continue") }} {% endblock %}