diff --git a/combo/apps/lingo/templates/lingo/combo/item.html b/combo/apps/lingo/templates/lingo/combo/item.html index a4974a83..41b718ed 100644 --- a/combo/apps/lingo/templates/lingo/combo/item.html +++ b/combo/apps/lingo/templates/lingo/combo/item.html @@ -29,7 +29,7 @@ {% if item.payment_date %}

{% trans "Payed on : " %} {{ item.payment_date|date:"SHORT_DATE_FORMAT" }}

{% endif %} - {% if item.online_payement %} + {% if item.online_payment %} {% csrf_token %}