From fe01a73d00e877cb5f392352ea919016deb8c2bc Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Thu, 16 Mar 2017 14:58:21 -0300 Subject: [PATCH] Sugere proximo numero de doc adm. --- sapl/templates/crud/form.html | 2 +- .../documentoadministrativo_detail.html | 2 +- .../documentoadministrativo_form.html | 20 +++++++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 sapl/templates/protocoloadm/documentoadministrativo_form.html diff --git a/sapl/templates/crud/form.html b/sapl/templates/crud/form.html index e25d5d3ab..65882a09e 100644 --- a/sapl/templates/crud/form.html +++ b/sapl/templates/crud/form.html @@ -3,4 +3,4 @@ {% block base_content %} {% crispy form %} -{% endblock %} +{% endblock base_content %} diff --git a/sapl/templates/protocoloadm/documentoadministrativo_detail.html b/sapl/templates/protocoloadm/documentoadministrativo_detail.html index 7c60c3ccd..4e38ce963 100644 --- a/sapl/templates/protocoloadm/documentoadministrativo_detail.html +++ b/sapl/templates/protocoloadm/documentoadministrativo_detail.html @@ -12,4 +12,4 @@ {% trans 'Excluir' %} {% endif %} -{% endblock actions %} \ No newline at end of file +{% endblock actions %} diff --git a/sapl/templates/protocoloadm/documentoadministrativo_form.html b/sapl/templates/protocoloadm/documentoadministrativo_form.html new file mode 100644 index 000000000..449c8dccf --- /dev/null +++ b/sapl/templates/protocoloadm/documentoadministrativo_form.html @@ -0,0 +1,20 @@ +{% extends "crud/form.html" %} +{% load i18n %} +{% block extra_js %} + +{% endblock extra_js %}