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
@@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block sidenav %}
<h3>Parts</h3>
<div id='part-tree'></div>
{% endblock %}
+1 -1
View File
@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "part/part_app_base.html" %}
{% load static %}