mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-09 00:38:50 +00:00
11 lines
240 B
HTML
11 lines
240 B
HTML
{% extends "modal_form.html" %}
|
|
|
|
{% load i18n %}
|
|
|
|
{% block pre_form_content %}
|
|
|
|
<div class='alert alert-warning alert-block'>
|
|
{% trans 'After placing this purchase order, line items will no longer be editable.' %}
|
|
</div>
|
|
|
|
{% endblock %} |