bu fixes extra div #118

Merged
ismail merged 1 commits from frontend into main 2025-07-08 19:09:57 +03:00
3 changed files with 3 additions and 9 deletions

View File

@ -31,11 +31,6 @@
</div>
</div>
</div>
</div>
</div>

View File

@ -103,13 +103,12 @@
<a class="btn btn-phoenix-primary py-2"
href="{% url 'purchase_order_list' request.dealer.slug request.dealer.entity.slug %}"
title="Click to view the complete list of Purchase Orders"
role="button"
>
role="button">
<i class="fas fa-list me-2"></i>{% trans 'PO List' %}
</a>
</div>
</div>
</div>

View File

@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load trans from i18n %}
{% load i18n %}
{% load static %}
{% load django_ledger %}
{% load custom_filters %}