diff --git a/templates/corporate/plans.html b/templates/corporate/plans.html index 0cba67e7c2..13fc8dcb58 100644 --- a/templates/corporate/plans.html +++ b/templates/corporate/plans.html @@ -11,7 +11,9 @@ {% block content %} +{% if not is_self_hosted_realm %} {% include 'zerver/landing_nav.html' %} +{% endif %}
@@ -168,5 +170,7 @@
+{% if not is_self_hosted_realm %} {% include 'zerver/footer.html' %} +{% endif %} {% endblock %}