portico: Hide header/footer on self-hosted /plans.

This commit is contained in:
Karl Stolley 2023-12-07 17:49:21 -06:00 committed by Tim Abbott
parent ca57d360e6
commit e1fab4a55a
1 changed files with 4 additions and 0 deletions

View File

@ -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 %}