Remove some fields from the footer for Zulip Enterprise.

(imported from commit 30b41eb1bb09ad0fb8d0ae6ab5b08c63b99f5524)
This commit is contained in:
Tim Abbott 2013-11-25 20:26:32 -05:00
parent 567c821cc0
commit 9cd2dca9a5
1 changed files with 4 additions and 0 deletions

View File

@ -50,10 +50,13 @@ hence the name.
<div class="footer-main">
<ul class="footer-navigation">
<li>© 2013 Zulip, Inc.</li>
{% if not_enterpise %}
<li><span class="little-bullet">·</span></li>
<li><a href="/terms">Legal</a></li>
{% endif %}
<li><span class="little-bullet">·</span></li>
<li><a href="{{login_url}}">Log in</a></li>
{% if not only_sso %}
<li><span class="little-bullet">·</span></li>
<li>
{% if not_enterprise %}
@ -62,6 +65,7 @@ hence the name.
<a href="{% url 'register' %}">Sign up</a>
{% endif %}
</li>
{% endif %}
{# We only want the mixpanel badge on the front page #}
{% block mixpanel_badge %}
{% endblock %}