diff --git a/hosting/templates/hosting/payment.html b/hosting/templates/hosting/payment.html index c193378c..b6550925 100644 --- a/hosting/templates/hosting/payment.html +++ b/hosting/templates/hosting/payment.html @@ -52,6 +52,10 @@

{%trans "Payment Details"%}


+
+

{% trans "Please fill in your credit card information below. We are using Stripe for payment and do not store your information in our database." %}

+
+
{% if credit_card_data.last4 %}
@@ -60,17 +64,26 @@
Type: {{credit_card_data.cc_brand}}
-
- -
+ +
+
+
{% trans "You are not making any payment yet. After placing your order, you will be taken to the Submit Payment Page." %}

+
+
+
+ +
+
+
{% else %}
-
+
@@ -112,9 +125,15 @@
-->
-
- -
+
+
+

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

+
+
+
+ +
+