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 %}