Show email in moderation view

This commit is contained in:
Katja Süss
2017-07-17 11:34:16 +02:00
committed by ksuess
parent 1e19fb25da
commit 8e344cbf2b
5 changed files with 21 additions and 1 deletions
+4 -1
View File
@@ -103,7 +103,10 @@
<input type="hidden" name="selected_obj_paths:list" value="#"
tal:attributes="value item/getURL" />
</td>
<td tal:content="python:item.author_name or item.Creator" />
<td>
<span tal:content="python:item.author_name or item.Creator">Name</span>
<div tal:condition="item/author_email"><a tal:attributes="href string:mailto:${item/author_email}" tal:content="item/author_email">Email</a></div>
</td>
<td tal:content="python:toLocalizedTime(item.ModificationDate, long_format=1)" />
<td>
<a tal:attributes="href item/getURL"