mirror of https://github.com/zulip/zulip.git
plans: Ask customer to contact sales to switch plan tier.
This commit is contained in:
parent
ad093e851b
commit
398c889ce1
|
@ -246,6 +246,10 @@
|
||||||
Current plan
|
Current plan
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
|
{% elif is_self_hosted_realm and customer_plan and customer_plan.tier != customer_plan.TIER_SELF_HOSTED_LEGACY %}
|
||||||
|
<a href="mailto:sales@zulip.com" target="_blank" rel="noopener noreferrer" class="button upgrade-button">
|
||||||
|
Contact sales
|
||||||
|
</a>
|
||||||
{% elif is_self_hosted_realm %}
|
{% elif is_self_hosted_realm %}
|
||||||
<a href="{{ billing_base_url }}/upgrade/?tier={{ tier_self_hosted_basic }}" class="button upgrade-button">
|
<a href="{{ billing_base_url }}/upgrade/?tier={{ tier_self_hosted_basic }}" class="button upgrade-button">
|
||||||
{% if free_trial_days %}
|
{% if free_trial_days %}
|
||||||
|
@ -331,6 +335,10 @@
|
||||||
Current plan
|
Current plan
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
|
{% elif is_self_hosted_realm and customer_plan and customer_plan.tier != customer_plan.TIER_SELF_HOSTED_LEGACY %}
|
||||||
|
<a href="mailto:sales@zulip.com" target="_blank" rel="noopener noreferrer" class="button upgrade-button">
|
||||||
|
Contact sales
|
||||||
|
</a>
|
||||||
{% elif is_self_hosted_realm %}
|
{% elif is_self_hosted_realm %}
|
||||||
<a href="{{ billing_base_url }}/upgrade/?tier={{ tier_self_hosted_business }}" class="button upgrade-button">
|
<a href="{{ billing_base_url }}/upgrade/?tier={{ tier_self_hosted_business }}" class="button upgrade-button">
|
||||||
{% if free_trial_days %}
|
{% if free_trial_days %}
|
||||||
|
|
Loading…
Reference in New Issue