mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +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 %}
|
{% if register_link_disabled %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="{{ url('register') }}">{{ _('Register') }}</a>
|
<a href="{{ url('register') }}">{{ _('Register') }}</a>
|
||||||
|
<li><span class="little-bullet">·</span></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</li>
|
</li>
|
||||||
<li><span class="little-bullet">·</span></li>
|
|
||||||
<li>
|
<li>
|
||||||
{% if open_realm_creation %}
|
{% if open_realm_creation %}
|
||||||
<a href="/create_realm">{{ _('Create new organization') }}</a>
|
<a href="/create_realm">{{ _('Create new organization') }}</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user