diff --git a/combo/apps/lingo/templates/lingo/combo/item.html b/combo/apps/lingo/templates/lingo/combo/item.html index 3963ece8..2c628655 100644 --- a/combo/apps/lingo/templates/lingo/combo/item.html +++ b/combo/apps/lingo/templates/lingo/combo/item.html @@ -37,7 +37,7 @@
{% trans "Issue date:" %} {{ item.creation_date|date:"SHORT_DATE_FORMAT" }}
{% if item.payment_limit_date %}
{% trans "Payment due date:" %} - {{ item.payment_limit_date|date:"SHORT_DATE_FORMAT" }}
+ {{ item.payment_limit_date|date:"SHORT_DATE_FORMAT" }} {% trans "(up to and including)" %} {% endif %} {% if item.payment_date %}