[Fixed]-Extra row on Bootstrap navigation bar

1👍

silly mistake you haven’t close your anchor tag here
do this in “Searching”

 <a href="#">
                <span class="glyphicon glyphicon-search" aria-hidden="true"></span>&nbsp Searching
            </a>

0👍

You have a {% block addbar %}{% endblock %}, is that causing any unexpected behavior?

Leave a comment