mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
Moved sidenav into block
This commit is contained in:
6
InvenTree/part/templates/part/part_app_base.html
Normal file
6
InvenTree/part/templates/part/part_app_base.html
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block sidenav %}
|
||||
<h3>Parts</h3>
|
||||
<div id='part-tree'></div>
|
||||
{% endblock %}
|
@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "part/part_app_base.html" %}
|
||||
|
||||
{% load static %}
|
||||
|
||||
|
Reference in New Issue
Block a user