2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Delete a bunch of old template files

This commit is contained in:
Oliver
2021-10-17 22:57:15 +11:00
parent 83faaa2da3
commit fb6f15f462
9 changed files with 0 additions and 143 deletions

View File

@ -1,10 +0,0 @@
{% extends "modal_form.html" %}
{% load i18n %}
{% block pre_form_content %}
<div class='alert alert-block alert-info'>
<p>
{% trans "Alter the quantity of stock allocated to the build output" %}
</p>
</div>
{% endblock %}