Mercurial > hg > MPIWGWeb
diff zpt/staff/member_index_html.zpt @ 218:0babf6e0a454
omit talks section if calendar is empty.
author | casties |
---|---|
date | Wed, 16 Oct 2013 15:44:16 +0200 |
parents | 2598210ada7a |
children | 5d17c46ebffa |
line wrap: on
line diff
--- a/zpt/staff/member_index_html.zpt Mon Oct 07 19:45:23 2013 +0200 +++ b/zpt/staff/member_index_html.zpt Wed Oct 16 15:44:16 2013 +0200 @@ -75,7 +75,7 @@ <!-- Talks --> <tal:block tal:define="calendar member/getTalksCal"> <tal:block tal:condition="calendar"> - <tal:block tal:define="talks python:calendar.getNext(6)"> + <tal:block tal:define="talks python:calendar.getNext(6)" tal:condition="talks"> <h2 class="line">Talks and presentations</h2>