diff --git a/sapl/templates/sessao/votacao/votacao_bloco_expediente.html b/sapl/templates/sessao/votacao/votacao_bloco_expediente.html deleted file mode 100644 index 2bcc3a5ae..000000000 --- a/sapl/templates/sessao/votacao/votacao_bloco_expediente.html +++ /dev/null @@ -1,161 +0,0 @@ -{% extends "crud/detail.html" %} -{% load i18n crispy_forms_tags %} - -{% block base_content %} - - {% if sessao_iniciada %} -
- {% csrf_token %} -

- - - - - - - - - -

{% trans "Tipo de Votação" %}

-
- -
- -
-
-
- -
-

Selecione o(s) expediente(s) desejado(s).

- - - - - - - -
- -
- - {% for o in expedientes %} - {% if o.tipo_votacao == 1 or o.tipo_votacao == 2 %} - - - - {% endif %} - {% endfor %} -

{% trans "Expediente" %}

- - - - - - - - Voltar - - - -
- {% endif %} - -{% endblock base_content %} - -{% block extra_js %} - - - -{% endblock extra_js%} diff --git a/sapl/templates/sessao/votacao/votacao_bloco_ordem.html b/sapl/templates/sessao/votacao/votacao_bloco_ordem.html deleted file mode 100644 index 628079452..000000000 --- a/sapl/templates/sessao/votacao/votacao_bloco_ordem.html +++ /dev/null @@ -1,162 +0,0 @@ -{% extends "crud/detail.html" %} -{% load i18n crispy_forms_tags %} - -{% block base_content %} - - {% if sessao_iniciada %} -
- {% csrf_token %} -

- - - - - - - - - -

{% trans "Tipo de Votação" %}

-
- -
- -
-
-
- -
-

Selecione a(s) ordem(s) do dia desejada(s).

- - - - - - - -
- -
- - {% for o in ordem_dia %} - {% if o.tipo_votacao == 1 or o.tipo_votacao == 2 %} - - - - {% endif %} - {% endfor %} -

{% trans "Ordem do dia" %}

- - - - - - - - Voltar - - - -
- {% endif %} - -{% endblock base_content %} - -{% block extra_js %} - - - -{% endblock extra_js%}