Mercurial > hg > MPIWGWeb
diff zpt/staff/member_index_html.zpt @ 224:5d17c46ebffa
fixed links for thesaurus and projects.
author | casties |
---|---|
date | Tue, 29 Oct 2013 16:51:34 +0100 |
parents | 0babf6e0a454 |
children | 5f5d7f07c1bd |
line wrap: on
line diff
--- a/zpt/staff/member_index_html.zpt Mon Oct 28 18:43:47 2013 +0100 +++ b/zpt/staff/member_index_html.zpt Tue Oct 29 16:51:34 2013 +0100 @@ -167,7 +167,7 @@ tal:condition="projects"> <h2>Projects</h2> <div class="project" tal:repeat="project projects"> - <a tal:attributes="href python:project.getUrl(baseUrl=root+'/'+secmap['research']+'/projects/')" + <a tal:attributes="href python:project.getUrl(baseUrl=root+'/'+secmap['research']+'/projects')" tal:content="project/getLabel" /> </div> </div>