From 28a7c97dc09ce7e2ee0ab371b85236608fc29ed5 Mon Sep 17 00:00:00 2001 From: rizwanisready Date: Wed, 10 Apr 2024 15:13:58 +0530 Subject: [PATCH] subscription html card updated 3 --- goodtimes/constants.py | 2 +- templates/stripe_html/index.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/goodtimes/constants.py b/goodtimes/constants.py index ea24367..c27f8bd 100644 --- a/goodtimes/constants.py +++ b/goodtimes/constants.py @@ -31,7 +31,7 @@ LOGIN_SUCCESS = "Login successful." LOGIN_FAIL = "Login failed." LOGOUT_SUCCESS = "Logout successful." SESSION_EXPIRED = "Your session has expired. Please log in again." -ACCOUNT_DEACTIVATED = "Your account is inactive. Please contact support." +ACCOUNT_DEACTIVATED = "Your account is inactive. Please contact support - goodtimesltd2024@gmail.com" EMAIL_EXISTS = "This email address is already in use. Please use a different email." INVALID_EMAIL_PASSWORD = "Invalid email or password." INVALID_PASSWORD = "Invalid password." diff --git a/templates/stripe_html/index.html b/templates/stripe_html/index.html index 24c17a0..88b1c24 100644 --- a/templates/stripe_html/index.html +++ b/templates/stripe_html/index.html @@ -92,8 +92,7 @@ {% endif %}
Subscription Amount
{% if subscription.high_amount and subscription.high_amount > subscription.amount %} -

£ {{ subscription.high_amount }} £ {{ - subscription.amount }}

+

£ {{ subscription.high_amount }} £ {{ subscription.amount }}

{% else %}

£ {{ subscription.amount }}

{% endif %}