From 721c81351317f31acc4ff9e36fba4287f505159f Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 24 Sep 2015 14:05:21 +0200 Subject: [PATCH] lingo: fix typo in item template --- combo/apps/lingo/templates/lingo/combo/item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}