diff --git a/templates/admin_management/auth_logs.html b/templates/admin_management/auth_logs.html index 8a153232..239b7f81 100644 --- a/templates/admin_management/auth_logs.html +++ b/templates/admin_management/auth_logs.html @@ -12,7 +12,7 @@
-

{% trans "Audit Log Dashboard" %}

+

{% trans "Audit Log Dashboard" %}

@@ -55,7 +55,7 @@
{% include 'partials/pagination.html' with q='loginEvents' %}
-
+ {% else %}

No authentication audit events found.

diff --git a/templates/admin_management/model_logs.html b/templates/admin_management/model_logs.html index 545665b2..01ba623b 100644 --- a/templates/admin_management/model_logs.html +++ b/templates/admin_management/model_logs.html @@ -12,7 +12,7 @@
-

{% trans "Audit Log Dashboard" %}

+

{% trans "Audit Log Dashboard" %}

diff --git a/templates/admin_management/request_logs.html b/templates/admin_management/request_logs.html index 8dd913aa..b6ce7cea 100644 --- a/templates/admin_management/request_logs.html +++ b/templates/admin_management/request_logs.html @@ -12,7 +12,7 @@
-

{% trans "Audit Log Dashboard" %}

+

{% trans "Audit Log Dashboard" %}

diff --git a/templates/bill/bill_detail.html b/templates/bill/bill_detail.html index 66055386..05be91f5 100644 --- a/templates/bill/bill_detail.html +++ b/templates/bill/bill_detail.html @@ -26,11 +26,9 @@ } #djl-vendor-card-widget{ - height:30rem; + max-height:30rem; } - - {% endblock %} @@ -39,12 +37,14 @@
-
+
diff --git a/templates/groups/group_detail.html b/templates/groups/group_detail.html index 841c9714..1c2d9040 100644 --- a/templates/groups/group_detail.html +++ b/templates/groups/group_detail.html @@ -62,7 +62,7 @@ {% empty %} - {% trans "No Permissions" %} + {% trans "No User" %} {% endfor %} diff --git a/templates/groups/group_permission_form.html b/templates/groups/group_permission_form.html index 7e54d7ca..b40b7775 100644 --- a/templates/groups/group_permission_form.html +++ b/templates/groups/group_permission_form.html @@ -32,7 +32,7 @@
{{ error }}
{% endfor %}
- {% trans "Cancel"|capfirst %} + {% trans "Cancel"|capfirst %}
-<<<<<<< HEAD - -=======

{% trans 'Exterior Colors' %}

@@ -143,6 +140,5 @@
->>>>>>> 90fea4d25623ba4dd0f6fd2390e23b40857b6dff {% endblock content %} \ No newline at end of file diff --git a/templates/purchase_orders/includes/card_po.html b/templates/purchase_orders/includes/card_po.html index ff27515c..3e04da2a 100644 --- a/templates/purchase_orders/includes/card_po.html +++ b/templates/purchase_orders/includes/card_po.html @@ -58,13 +58,8 @@ document.addEventListener('DOMContentLoaded', function() {

{% trans 'Contract' %}

{{ po_model.ce_model.estimate_number }}

-<<<<<<< HEAD -======= - ->>>>>>> 90fea4d25623ba4dd0f6fd2390e23b40857b6dff {% trans 'View Contract' %}
@@ -197,7 +192,6 @@ document.addEventListener('DOMContentLoaded', function() { onclick="showPOModal('Fulfill PO', '{% url 'po-action-mark-as-fulfilled' entity_slug po_model.pk %}', 'Mark As Fulfilled')"> {% trans 'Mark as Fulfilled' %} -<<<<<<< HEAD {% modal_action_v2 bill po_model.get_mark_as_canceled_url po_model.get_mark_as_canceled_message po_model.get_mark_as_canceled_html_id %} -======= - {% endif %} - - {# Danger Action Buttons #} - {% if po_model.can_delete %} - - {% endif %} - - {% if po_model.can_void %} - - {% endif %} - - {% if po_model.can_cancel %} - ->>>>>>> 90fea4d25623ba4dd0f6fd2390e23b40857b6dff {% endif %}