remove related questions (#?)

(diff taken from production server)
This commit is contained in:
Frédéric Péters 2019-03-12 18:02:40 +01:00
parent a1bc67c6eb
commit aaaebc9984
1 changed files with 0 additions and 12 deletions

View File

@ -58,18 +58,6 @@
</table>
</div>
<div tal:define="related_elements context/related_elements" tal:condition="related_elements">
<h3>Quelques questions sur le même thème</h3>
<table id="related-elements">
<tr tal:repeat="item related_elements">
<td class="docref"><a tal:attributes="href item/getURL" tal:content="python: item.getObject().reftitle"></a></td>
<td class="doctitle"><span tal:replace="item/Title"></span></td>
<td class="docdate"><span tal:replace="python: item.getObject().date_str"></span></td>
</tr>
</table>
</div>
<div tal:replace="structure provider:plone.belowcontentbody" />
</tal:main-macro>