firstboot: Fix double nested navbar

This commit is contained in:
Sunil Mohan Adapa 2015-12-30 01:07:15 +05:30
parent 0464ac83d8
commit 96f9fee96b
No known key found for this signature in database
GPG Key ID: 36C361440C9BC971

View File

@ -19,10 +19,8 @@
{% load i18n %}
<ul class="nav navbar-nav navbar-right">
<li>
<a href="{% url 'help:index' %}" title="{% trans "Help" %}">
<span class="glyphicon-question-sign glyphicon nav-icon"></span>
</a>
</li>
</ul>
<li>
<a href="{% url 'help:index' %}" title="{% trans "Help" %}">
<span class="glyphicon-question-sign glyphicon nav-icon"></span>
</a>
</li>