mirror of https://github.com/zulip/zulip.git
portico: Hide header/footer on self-hosted /plans.
This commit is contained in:
parent
ca57d360e6
commit
e1fab4a55a
|
@ -11,7 +11,9 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
{% if not is_self_hosted_realm %}
|
||||
{% include 'zerver/landing_nav.html' %}
|
||||
{% endif %}
|
||||
|
||||
<div class="portico-pricing plans {% if is_self_hosted_realm %} showing-self-hosted {% else %} showing-cloud {% endif %}">
|
||||
<div class="main">
|
||||
|
@ -168,5 +170,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{% if not is_self_hosted_realm %}
|
||||
{% include 'zerver/footer.html' %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue