lingo: fix typo in item template

This commit is contained in:
Serghei Mihai 2015-09-24 14:05:21 +02:00 committed by Frédéric Péters
parent 993f576622
commit 721c813513
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
{% if item.payment_date %}
<p>{% trans "Payed on : " %} {{ item.payment_date|date:"SHORT_DATE_FORMAT" }}</p>
{% endif %}
{% if item.online_payement %}
{% if item.online_payment %}
{% csrf_token %}
<input type="hidden" name="regie" value="{{ regie.pk }}" />
<input type="hidden" name="item" value="{{ item.id }}" />