From 193f624fbf802304905b5daa482edee1de4f9481 Mon Sep 17 00:00:00 2001 From: Cesar Carvalho Date: Mon, 20 May 2019 14:38:55 -0300 Subject: [PATCH] =?UTF-8?q?Remove=20arquivos=20desnecess=C3=A1rios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../votacao/votacao_bloco_expediente.html | 161 ----------------- .../sessao/votacao/votacao_bloco_ordem.html | 162 ------------------ 2 files changed, 323 deletions(-) delete mode 100644 sapl/templates/sessao/votacao/votacao_bloco_expediente.html delete mode 100644 sapl/templates/sessao/votacao/votacao_bloco_ordem.html 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%}