tolerate error when retrieving user title
This commit is contained in:
parent
0c85ff82df
commit
a9cecb28ce
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue