From 47c5586b84eea25178abe89555689f97dfb7c919 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Fri, 9 Oct 2015 14:17:37 +0200 Subject: [PATCH] fix payment link display (#8511) --- lingo/templates/lingo/combo/item.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lingo/templates/lingo/combo/item.html b/lingo/templates/lingo/combo/item.html index 43d042e..ca6aebd 100644 --- a/lingo/templates/lingo/combo/item.html +++ b/lingo/templates/lingo/combo/item.html @@ -26,10 +26,10 @@ {% endif %}
{% trans "Issued on:" %} {{ item.creation_date|date:"SHORT_DATE_FORMAT" }}
- {% if item.online_payment and item.payment_date %} + {% if item.payment_date %} {% endif %} - {% if item.amount >= regie.payment_min_amount %} + {% if item.online_payment and item.amount >= regie.payment_min_amount %} {% csrf_token %}