subscription html card updated 3

This commit is contained in:
rizwanisready
2024-04-10 15:13:58 +05:30
parent 100311ae0b
commit 28a7c97dc0
2 changed files with 2 additions and 3 deletions

View File

@@ -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."

View File

@@ -92,8 +92,7 @@
{% endif %}
<h5 class="card-title gold-text">Subscription Amount</h5>
{% if subscription.high_amount and subscription.high_amount > subscription.amount %}
<p class="gold-text mb-0"><s>£ {{ subscription.high_amount }}</s> £ {{
subscription.amount }}</p>
<p class="gold-text mb-0"><s>£ {{ subscription.high_amount }}</s> £ {{ subscription.amount }}</p>
{% else %}
<p class="gold-text mb-0">£ {{ subscription.amount }}</p>
{% endif %}