mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
portico: Don't show Find accounts or New org for self-hosters.
This commit is contained in:
@@ -44,8 +44,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if find_team_link_disabled %}
|
{% if not is_self_hosting_management_page and not find_team_link_disabled %}
|
||||||
{% else %}
|
|
||||||
<a href="{{ root_domain_url }}/accounts/find/">{{ _('Find accounts') }}</a>
|
<a href="{{ root_domain_url }}/accounts/find/">{{ _('Find accounts') }}</a>
|
||||||
<a href="{{ root_domain_url }}/new/">{{ _('New organization') }}</a>
|
<a href="{{ root_domain_url }}/new/">{{ _('New organization') }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user