From 79887b33742a1e486ca4435648ef4d91dd6a782c Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 10 Jul 2018 16:06:35 +0530 Subject: [PATCH] [test] [style] --- payments/templates/pages/gcalendar-success.html | 1 + payments/templates/pages/payment-cancel.html | 1 + payments/templates/pages/payment-success.html | 1 + 3 files changed, 3 insertions(+) diff --git a/payments/templates/pages/gcalendar-success.html b/payments/templates/pages/gcalendar-success.html index b6d2230..1ce9ba5 100644 --- a/payments/templates/pages/gcalendar-success.html +++ b/payments/templates/pages/gcalendar-success.html @@ -16,5 +16,6 @@ .hero-and-content { background-color: #f5f7fa; } +{% include "templates/styles/card_style.css" %} {% endblock %} diff --git a/payments/templates/pages/payment-cancel.html b/payments/templates/pages/payment-cancel.html index 8d107fd..a7c3275 100644 --- a/payments/templates/pages/payment-cancel.html +++ b/payments/templates/pages/payment-cancel.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 3572584..8d87645 100644 --- a/payments/templates/pages/payment-success.html +++ b/payments/templates/pages/payment-success.html @@ -16,5 +16,6 @@ .hero-and-content { background-color: #f5f7fa; } +{% include "templates/styles/card_style.css" %} {% endblock %}