2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Removed old forms in Part

This commit is contained in:
Oliver Walters
2019-04-18 23:39:05 +10:00
parent e57303ed37
commit 4f51258cf8
10 changed files with 1 additions and 62 deletions

View File

@ -1,5 +0,0 @@
{% extends "create_edit_obj.html" %}
{% block obj_title %}
Create a new supplier part
{% endblock %}

View File

@ -1,5 +0,0 @@
{% extends "create_edit_obj.html" %}
{% block obj_title %}
Edit supplier part '{{ part.SKU }}'
{% endblock %}