tolerate error when retrieving user title

This commit is contained in:
Helmut Merz 2012-06-05 18:10:16 +02:00
parent 0c85ff82df
commit a9cecb28ce

View file

@ -19,7 +19,7 @@
<td><a tal:define="userUrl view/userUrl|nothing" <td><a tal:define="userUrl view/userUrl|nothing"
tal:omit-tag="not:userUrl" tal:omit-tag="not:userUrl"
tal:attributes="href userUrl" tal:attributes="href userUrl"
tal:content="view/userTitle" /></td></tr> tal:content="view/userTitle|string:???" /></td></tr>
<tr> <tr>
<td>Timestamp:</td> <td>Timestamp:</td>
<td tal:content="view/timeStamp"></td></tr> <td tal:content="view/timeStamp"></td></tr>