prefix list of authors with a label in search results

This commit is contained in:
Frédéric Péters 2012-05-02 13:16:11 +02:00
parent eff91b14e5
commit bd1fffb535
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<li tal:define="oddrow repeat/item/odd; object python: item.getObject()" tal:attributes="class python: oddrow and 'odd' or 'even'"><div>
<h4><a href="#" tal:attributes="href item/getURL" tal:content="python: object.reftitle">Véronique Salvi</a></h4>
<p class="intitule" tal:content="item/Title"/>
<p class="authors" tal:content="python: object.get_authors_as_string()" tal:condition="python: object.authors" />
<p class="authors" tal:condition="python: object.authors">Auteur(s) : <span tal:replace="python: object.get_authors_as_string()"/></p>
</div></li>
</tal:entry>
</ul>