portico: Don't show Find accounts or New org for self-hosters.

This commit is contained in:
Karl Stolley 2023-12-08 15:29:45 -06:00 committed by Tim Abbott
parent d30b00d9f2
commit c9d2ac1e1b
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@
{% endif %}
{% endif %}
{% if find_team_link_disabled %}
{% else %}
{% if not is_self_hosting_management_page and not find_team_link_disabled %}
<a href="{{ root_domain_url }}/accounts/find/">{{ _('Find accounts') }}</a>
<a href="{{ root_domain_url }}/new/">{{ _('New organization') }}</a>
{% endif %}