2
0
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:
Oliver
2018-05-04 17:51:55 +10:00
parent a1eeeab64c
commit 389908c67a
4 changed files with 11 additions and 11 deletions

View File

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block sidenav %}
<h3>Parts</h3>
<div id='part-tree'></div>
{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "part/part_app_base.html" %}
{% load static %}