mail: display post date in mail summary (#10458)

This commit is contained in:
Frédéric Péters 2016-03-28 16:56:41 +02:00
parent 0a3af38187
commit 5febf9d8dc
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
{% load i18n %}
{% if object.post_date %}
<p>{% trans "Post Date:" %} {{object.post_date}}</p>
{% endif %}
<p class="thumbnail">
<a href="{{ site_base }}{{ object.content.url }}" target="_blank">
<img src="{{ site_base }}{{ object.content.url }}.png" alt=""/>