mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Fix extra footer bullet in portico.html when register_link_disabled.
Fixes: #1462.
This commit is contained in:
@@ -65,9 +65,9 @@
|
||||
{% if register_link_disabled %}
|
||||
{% else %}
|
||||
<a href="{{ url('register') }}">{{ _('Register') }}</a>
|
||||
<li><span class="little-bullet">·</span></li>
|
||||
{% endif %}
|
||||
</li>
|
||||
<li><span class="little-bullet">·</span></li>
|
||||
<li>
|
||||
{% if open_realm_creation %}
|
||||
<a href="/create_realm">{{ _('Create new organization') }}</a>
|
||||
|
||||
Reference in New Issue
Block a user