2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 15:41:10 +00:00

Remove unused template file

This commit is contained in:
Oliver
2021-07-15 16:54:49 +10:00
parent df89008116
commit d5bf108fef
2 changed files with 0 additions and 15 deletions

View File

@@ -1,14 +0,0 @@
{% extends "part/part_base.html" %}
{% load static %}
{% load i18n %}
{% block menubar %}
{% include 'part/navbar.html' with tab='track' %}
{% endblock %}
{% block heading %}
{% trans "Part Tracking" %}
{% endblock %}
{% block details %}
{% endblock %}