Added datetime localization

This commit is contained in:
Raphael Michel
2015-06-21 23:00:19 +02:00
parent 39e1f6fd75
commit e12ddcc61d
6 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
>{{ o.code }}</a></strong></td>
<td>{{ o.user.get_short_name }}</td>
<td>{{ o.total|floatformat:2 }} {{ request.event.currency }}</td>
<td>{{ o.datetime|date }}</td>
<td>{{ o.datetime|date:"SHORT_DATETIME_FORMAT" }}</td>
<td>{% include "pretixcontrol/orders/fragment_order_status.html" with order=o %}</td>
</tr>
{% endfor %}