mirror of https://github.com/zulip/zulip.git
plans: Remove erroneous duplicate standard-price-box structure.
This commit is contained in:
parent
a3aa3ab3e4
commit
aae31bd062
|
@ -286,7 +286,6 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom">
|
<div class="bottom">
|
||||||
<div class="text-content">
|
<div class="text-content">
|
||||||
<div class="standard-price-box">
|
|
||||||
<div class="standard-price-box">
|
<div class="standard-price-box">
|
||||||
{% if (is_legacy_server_with_scheduled_upgrade and legacy_server_new_plan.tier == legacy_server_new_plan.TIER_SELF_HOSTED_BUSINESS)
|
{% if (is_legacy_server_with_scheduled_upgrade and legacy_server_new_plan.tier == legacy_server_new_plan.TIER_SELF_HOSTED_BUSINESS)
|
||||||
or (is_self_hosted_realm and sponsorship_pending and requested_sponsorship_plan == "Business")
|
or (is_self_hosted_realm and sponsorship_pending and requested_sponsorship_plan == "Business")
|
||||||
|
@ -311,7 +310,6 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% if is_legacy_server_with_scheduled_upgrade and legacy_server_new_plan.tier == legacy_server_new_plan.TIER_SELF_HOSTED_BUSINESS %}
|
{% if is_legacy_server_with_scheduled_upgrade and legacy_server_new_plan.tier == legacy_server_new_plan.TIER_SELF_HOSTED_BUSINESS %}
|
||||||
<a href="{{ billing_base_url }}/billing/" class="button current-plan-button">
|
<a href="{{ billing_base_url }}/billing/" class="button current-plan-button">
|
||||||
Upgrade is scheduled
|
Upgrade is scheduled
|
||||||
|
|
Loading…
Reference in New Issue