From 74292ed469d111c4e9eda67372c92ea20ba62d4c Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Thu, 17 Sep 2015 11:16:02 -0300 Subject: [PATCH] Add an empty select option --- templates/sessao/materia_ordemdia.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/sessao/materia_ordemdia.html b/templates/sessao/materia_ordemdia.html index 78377b380..7abaa6e11 100644 --- a/templates/sessao/materia_ordemdia.html +++ b/templates/sessao/materia_ordemdia.html @@ -11,6 +11,7 @@ Tipo da Sessão: + {% for tipo in tipo_materia %} {% endfor %} @@ -30,7 +32,8 @@ Tipo Votação: - + {% for id, descricao in tipo_votacao %} {% endfor %}