Merge branch 'master' into mybranch
[cascardo/ema.git] / eventos / templates / eventos / talk-improve.html
index 89c9d2a..ffdb648 100644 (file)
@@ -3,7 +3,9 @@
 {% block content %}
 <h2>Aprimorar Trabalho: {{ talk.titulo }}</h2>
 
+{% for speaker in speakers %}
 <div><strong>Palestrante:</strong> <a href="/speaker/{{ speaker.id }}">{{ speaker.nome }}</a></div>
+{% endfor %}
 <div><strong>trilha:</strong> {{ talk.trilha }}</div>
 <div><strong>Tipo:</strong> {{ talk.tipo }}</div>
 <div><strong>Descricao curta:</strong> {{ talk.descricao_curta}}</div>