Compare commits

..

No commits in common. "5be67e3e163d9917fce3822b0e16f0869842729a" and "b47231ed2a844f0ea5968e58513399efd5fbb7cc" have entirely different histories.

3 changed files with 9 additions and 3 deletions

View File

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

View File

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

View File

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