X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fema.git;a=blobdiff_plain;f=eventos%2Ftemplates%2Feventos%2Ftalk-improve.html;fp=eventos%2Ftemplates%2Feventos%2Ftalk-improve.html;h=ffdb64819be538c3c4abb4fee364fd75d361b9a1;hp=0000000000000000000000000000000000000000;hb=89ac8daa7f099aef26e364f7137c5577c6758443;hpb=deadf34b1bdeb533acfe462882439ed2e589dcee diff --git a/eventos/templates/eventos/talk-improve.html b/eventos/templates/eventos/talk-improve.html new file mode 100644 index 0000000..ffdb648 --- /dev/null +++ b/eventos/templates/eventos/talk-improve.html @@ -0,0 +1,47 @@ +{% extends "base.html" %} + +{% block content %} +

Aprimorar Trabalho: {{ talk.titulo }}

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

+{{ len_comments }} COMENTÁRIO(S) +{% endif %} + + + +{% if user.is_authenticated %} + +
+ {{ form.as_p }} + +
+ +{% else %} + + + Por favor, cadastre-se para deixar seu + comentário. + + +{% endif %} + +{% endblock %}