From c6ba1fb7bec05408ae460c33a989d53eb9eed178 Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 20 Dec 2011 17:31:26 +0530 Subject: [PATCH] meetings tabs changes --- itf/templates/modules/festival/meeting.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itf/templates/modules/festival/meeting.html b/itf/templates/modules/festival/meeting.html index 2ec7357..433469c 100755 --- a/itf/templates/modules/festival/meeting.html +++ b/itf/templates/modules/festival/meeting.html @@ -12,7 +12,7 @@ -->
  • About
  • {% ifnotequal sessions|length 0%} -
  • Talks
  • +
  • Programme
  • {% endifnotequal %} {% ifnotequal documents|length 0%}
  • Pre-Reading
  • @@ -138,7 +138,7 @@ {% for p in participants %}
    - {{ p.name }}
    {{ p.title }} + {{ p.name }} {{ p.title }}
    {{ p.short_bio|markdown }}