Browse Source

Add edit/delete button in materia detail

pull/98/head
Eduardo Edson Batista Cordeiro Alves 9 years ago
parent
commit
6f522b77e6
  1. 2
      templates/materia/autoria.html
  2. 2
      templates/materia/autoria_edit.html
  3. 2
      templates/materia/despacho_inicial.html
  4. 2
      templates/materia/despacho_inicial_edit.html
  5. 2
      templates/materia/documento_acessorio.html
  6. 2
      templates/materia/documento_acessorio_edit.html
  7. 2
      templates/materia/legislacao_citada.html
  8. 2
      templates/materia/legislacao_citada_edit.html
  9. 2
      templates/materia/materia_anexada.html
  10. 2
      templates/materia/materia_anexada_edit.html
  11. 2
      templates/materia/materialegislativa_detail.html
  12. 2
      templates/materia/numeracao.html
  13. 2
      templates/materia/numeracao_edit.html
  14. 2
      templates/materia/relatoria.html
  15. 2
      templates/materia/relatoria_edit.html
  16. 2
      templates/materia/tramitacao.html
  17. 2
      templates/materia/tramitacao_edit.html

2
templates/materia/autoria.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/autoria_edit.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/despacho_inicial.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/despacho_inicial_edit.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/documento_acessorio.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/documento_acessorio_edit.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/legislacao_citada.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/legislacao_citada_edit.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/materia_anexada.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/materia_anexada_edit.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/materialegislativa_detail.html

@ -1,6 +1,6 @@
{% extends "crud/detail.html" %}
{% load i18n %}
{% block actions %} {% endblock %}
{% block sections_nav %}
<dl class="sub-nav left">
<dd><a href="{% url 'materialegislativa:detail' materialegislativa.id %}" class="button secondary">{% trans 'Início' %}</a></dd>

2
templates/materia/numeracao.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/numeracao_edit.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/relatoria.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/relatoria_edit.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/tramitacao.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

2
templates/materia/tramitacao_edit.html

@ -1,7 +1,7 @@
{% extends "materia/materialegislativa_detail.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block actions %} {% endblock %}
{% block detail_content %}
<fieldset>
<legend>Matéria Legislativa</legend>

Loading…
Cancel
Save