mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
portico-header: Fix "Find accounts" and "New organization" links.
One of my recent commits added these links but mistakenly rendered them as list items on our /help pages.
This commit is contained in:
parent
72fba69c02
commit
c2e038ea2f
@ -43,12 +43,8 @@
|
||||
|
||||
{% if find_team_link_disabled %}
|
||||
{% else %}
|
||||
<li>
|
||||
<a href="{{ root_domain_uri }}/accounts/find/">Find accounts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ root_domain_uri }}/new">New organization</a>
|
||||
</li>
|
||||
<a href="{{ root_domain_uri }}/accounts/find/">Find accounts</a>
|
||||
<a href="{{ root_domain_uri }}/new">New organization</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user