remove breadcrub div where no breadcrumb

This commit is contained in:
Matthias 2021-11-01 01:09:08 +01:00
parent 67debc3a7b
commit 338e85ff52
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
3 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,8 @@
{% inventree_title %} | {% trans "Index" %}
{% endblock %}
{% block breadcrumb_list %}
{% endblock %}
{% block sidebar %}
<!-- Sidebar data is filled dynamically for the index page-->

View File

@ -8,6 +8,9 @@
{% inventree_title %} | {% trans "Search Results" %}
{% endblock %}
{% block breadcrumb_list %}
{% endblock %}
{% block content %}
<div class='panel panel-inventree'>

View File

@ -3,6 +3,9 @@
{% load static %}
{% load i18n %}
{% block breadcrumb_list %}
{% endblock %}
{% block content %}
<div class='panel'>