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

fix quotes

This commit is contained in:
Matthias
2022-02-13 03:49:52 +01:00
parent dcce516c31
commit bc17536e6d
3 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@
{% trans "Upload File for Purchase Order" as header_text %}
{% order.status == PurchaseOrderStatus.PENDING and roles.purchase_order.change as upload_go_ahead %}
{% trans "Order is already processed. Files cannot be uploaded." as error_text %}
{% 'panel-upload-file' as panel_id %}
{% "panel-upload-file" as panel_id %}
{% include "patterns/wizard/upload.html" with header_text=header_text upload_go_ahead=upload_go_ahead error_text=error_text panel_id=panel_id %}
{% endblock %}