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=e01e0ab037ad8a3c312b50782fb01a708fb7600d;hp=0000000000000000000000000000000000000000;hb=0c4fe0567f165ab5a4619f5538f60a24a0ffc838;hpb=a843fa7b1783c43cb1ffe3d7f9f9aebb2ca6ed17 diff --git a/eventos/templates/eventos/talk_improve.html b/eventos/templates/eventos/talk_improve.html new file mode 100644 index 0000000..e01e0ab --- /dev/null +++ b/eventos/templates/eventos/talk_improve.html @@ -0,0 +1,22 @@ +{% extends "base.html" %} + +{% block content %} +

Aprimorar Trabalho: {{ talk.titulo }}

+ +trilha: {{ talk.trilha }}
+Tipo: {{ talk.tipo }}
+Descricao curta: {{ talk.descricao_curta}}
+Descricao longa: {{ talk.descricao_longa }}
+ + + +
+ {{ form.as_p }} + +
+ +{% endblock %}