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

@@ -38,7 +38,7 @@
The presale period for this event is over.
{% endblocktrans %}
{% elif event.settings.presale_start_show_date %}
{% blocktrans trimmed with date=event.presale_start|date time=event.presale_start|time %}
{% blocktrans trimmed with date=event.presale_start|date:"SHORT_DATE_FORMAT" time=event.presale_start|time:"TIME_FORMAT" %}
The presale for this event will start on {{ date }} at {{ time }}.
{% endblocktrans %}
{% else %}