From 16dc528e386f3dfbb6e303b26b2aa79d872f56c1 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Thu, 27 Oct 2016 16:29:40 -0200 Subject: [PATCH] Fix #770 --- sapl/templates/norma/normajuridica_form.html | 29 ++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sapl/templates/norma/normajuridica_form.html diff --git a/sapl/templates/norma/normajuridica_form.html b/sapl/templates/norma/normajuridica_form.html new file mode 100644 index 000000000..7a35b05a7 --- /dev/null +++ b/sapl/templates/norma/normajuridica_form.html @@ -0,0 +1,29 @@ +{% extends "crud/form.html" %} +{% load i18n %} +{% load crispy_forms_tags %} +{% load common_tags %} + +{% block extra_js %} + + + +{% endblock %}