mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
plans: Ask customer to contact sales to switch plan tier.
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user