Fix extra footer bullet in portico.html when register_link_disabled.

Fixes: #1462.
This commit is contained in:
Tomasz Kolek
2016-07-29 16:46:26 +02:00
committed by Tim Abbott
parent 568dd0e142
commit 971939caba

View File

@@ -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>