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 %}