diff --git a/lingo/templates/lingo/combo/item.html b/lingo/templates/lingo/combo/item.html index a4974a8..41b718e 100644 --- a/lingo/templates/lingo/combo/item.html +++ b/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 %}