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

Add table displaying part test templates

This commit is contained in:
Oliver Walters
2020-05-17 16:07:55 +10:00
parent 66f2c01d5d
commit e9ed50fc4b
4 changed files with 109 additions and 2 deletions

View File

@@ -26,4 +26,14 @@
{% block js_ready %}
{{ block.super }}
loadPartTestTemplateTable(
$("#test-template-table"),
{
part: {{ part.pk }},
params: {
part: {{ part.pk }},
}
}
);
{% endblock %}