subscription html card updated 3
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user