diff --git a/sigi/apps/eventos/templates/eventos/calendario.html b/sigi/apps/eventos/templates/eventos/calendario.html index 0354a80..14207d3 100644 --- a/sigi/apps/eventos/templates/eventos/calendario.html +++ b/sigi/apps/eventos/templates/eventos/calendario.html @@ -22,17 +22,76 @@
+
- {{ form }} + + {% for field in form %} + {% if field.name != "mes_ano" and field.name != "categorias" and field.name != "status" %} + {{ field }} + {% endif %} + + {% endfor %} + + +
+
+ Categorias: + {{ form.categorias }} +
+
+ + +
+
+ Status: + {{ form.status }} +
+
+ + +
+
+ Período: +
+ + +
+
+ + +
+ + +
+
+