From 13e4264e2bb8062a9214cb7fe5bcf460dc6fa9a7 Mon Sep 17 00:00:00 2001 From: Faheedkhan Date: Sun, 31 Aug 2025 16:09:22 +0300 Subject: [PATCH] translation --- templates/plans/order_detail.html | 6 +++--- templates/purchase_orders/inventory_item_form.html | 4 ++-- templates/purchase_orders/po_list.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/plans/order_detail.html b/templates/plans/order_detail.html index 7c407fcc..afec3856 100644 --- a/templates/plans/order_detail.html +++ b/templates/plans/order_detail.html @@ -23,7 +23,7 @@ {% include "plans/order_detail_table.html" %} {% endwith %} {% if object.get_all_invoices.count %} -

{% trans "Printable documents" %}

+

{% trans "Printable documents" %}

{% endif %} -

{% trans "Payment" %}

+

{% trans "Payment" %}

{% if object.completed %}

{% blocktrans with object.completed as completed %} @@ -48,7 +48,7 @@ Pay using - FakePayments™ ;) + FakePayments™ ; {# An example code snippet for accepting payments using django-getpaid #} {#

#} diff --git a/templates/purchase_orders/inventory_item_form.html b/templates/purchase_orders/inventory_item_form.html index 29a35f1a..e5a6398f 100644 --- a/templates/purchase_orders/inventory_item_form.html +++ b/templates/purchase_orders/inventory_item_form.html @@ -5,11 +5,11 @@ {% csrf_token %}
- +
- + diff --git a/templates/purchase_orders/po_list.html b/templates/purchase_orders/po_list.html index ae39a0bb..113cfceb 100644 --- a/templates/purchase_orders/po_list.html +++ b/templates/purchase_orders/po_list.html @@ -92,7 +92,7 @@ {% endif %} {% else %} {% endif %}