diff --git a/templates/header.html b/templates/header.html index 95fcb815..cadf5166 100644 --- a/templates/header.html +++ b/templates/header.html @@ -31,17 +31,11 @@ - + {% endif %} - + + + {% if perms.django_ledger.view_invoicemodel %} {% endif %} - + @@ -271,6 +267,13 @@ {% endif %} + @@ -474,7 +477,7 @@
Privacy policyTermsCookies
- {% else %} + {% else %}
{% trans 'Sign In' %}
diff --git a/templates/purchase_orders/po_detail.html b/templates/purchase_orders/po_detail.html index 79465d8b..b4b82328 100644 --- a/templates/purchase_orders/po_detail.html +++ b/templates/purchase_orders/po_detail.html @@ -7,17 +7,15 @@ {% block content %}
- +
-
{% include 'purchase_orders/includes/card_po.html' with dealer_slug=request.dealer.slug po_model=po_model entity_slug=entity_slug style='po-detail' %}
- {% trans 'PO List' %} @@ -25,9 +23,8 @@
- -
- + +
@@ -51,28 +48,24 @@
-
+
+ +
{% include "purchase_orders/includes/mark_as.html" %} {% endblock %} @@ -91,15 +84,15 @@ document.getElementById('POModalTitle').textContent = title; document.getElementById('POModalBody').innerHTML = ` -
- - ${buttonText} - - -
- `; +
+ + ${buttonText} + + +
+ `; modal.show(); };