mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
Revert "remove breadcrub div where no breadcrumb"
This reverts commit 2c9b03944f
.
This commit is contained in:
@ -7,8 +7,6 @@
|
|||||||
{% inventree_title %} | {% trans "Index" %}
|
{% inventree_title %} | {% trans "Index" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block breadcrumb_list %}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block sidebar %}
|
{% block sidebar %}
|
||||||
<!-- Sidebar data is filled dynamically for the index page-->
|
<!-- Sidebar data is filled dynamically for the index page-->
|
||||||
|
@ -8,9 +8,6 @@
|
|||||||
{% inventree_title %} | {% trans "Search Results" %}
|
{% inventree_title %} | {% trans "Search Results" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block breadcrumb_list %}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class='panel panel-inventree'>
|
<div class='panel panel-inventree'>
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block breadcrumb_list %}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class='panel'>
|
<div class='panel'>
|
||||||
|
Reference in New Issue
Block a user