Skip to content

block nav_bar overriding other navbar blocks #16

Open
@rsa80610

Description

@rsa80610

When extending from _main_header.html, I noticed that {% block nav_bar%} will override other block such as nav_bar_center and nav_custom_menu's content.
After checking the source code, i found that nav_bar's {% endblock %} was placed in the end of the main_header code(in front the tag), causing the overriding problem.

image

Although it can be fixed by moving {% endblock %} to the end of navbar-nav part, i think that problem should be mentioned.

image

The whole project does very significant improvements for developing adminlte-template web to me, thanks for the all hard work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions