From 38ceafe39a5850f81fec3f0b1dc0e77c3240ce7e Mon Sep 17 00:00:00 2001 From: Lincoln de Sousa Date: Thu, 6 Nov 2008 19:37:07 -0200 Subject: [PATCH] improvements on talk improvement section --- eventos/templates/eventos/talk_improve.html | 30 +++++++++++++++------ eventos/views.py | 3 ++- media/css/geral.css | 11 ++++++++ 3 files changed, 35 insertions(+), 9 deletions(-) diff --git a/eventos/templates/eventos/talk_improve.html b/eventos/templates/eventos/talk_improve.html index f6e582f..89c9d2a 100644 --- a/eventos/templates/eventos/talk_improve.html +++ b/eventos/templates/eventos/talk_improve.html @@ -3,15 +3,26 @@ {% block content %}

Aprimorar Trabalho: {{ talk.titulo }}

-Palestrante: {{ speaker.nome }}
-trilha: {{ talk.trilha }}
-Tipo: {{ talk.tipo }}
-Descricao curta: {{ talk.descricao_curta}}
-Descricao longa: {{ talk.descricao_longa }}
+
Palestrante: {{ speaker.nome }}
+
trilha: {{ talk.trilha }}
+
Tipo: {{ talk.tipo }}
+
Descricao curta: {{ talk.descricao_curta}}
+
Descricao longa: {{ talk.descricao_longa }}
+ +{% if improve %} +

+{{ len_comments }} COMENTÁRIO(S) +{% endif %} -