diff zpt/staff/member_index_html.zpt @ 56:a6ace48c2bf2

publication management f?r projekte
author dwinter
date Tue, 30 Apr 2013 18:35:08 +0200
parents f59bdd5f4890
children 5cb46852ac05
line wrap: on
line diff
--- a/zpt/staff/member_index_html.zpt	Tue Apr 30 16:46:32 2013 +0200
+++ b/zpt/staff/member_index_html.zpt	Tue Apr 30 18:35:08 2013 +0200
@@ -54,7 +54,7 @@
         <a class="internal" tal:attributes="href string:$baseUrl/publications_full">more</a>
       </p>-->
       
-      <p tal:repeat="publication python:member.getPublications(limit=5)">
+      <p tal:repeat="publication python:member.getPublicationsFromPubman(limit=5)">
         <a tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+publication[0]"
           tal:content="structure python:publication[1]" />
       </p>