diff --git a/sapl/templates/painel/painelconfig_form.html b/sapl/templates/painel/painelconfig_form.html new file mode 100644 index 000000000..990d81b7b --- /dev/null +++ b/sapl/templates/painel/painelconfig_form.html @@ -0,0 +1,15 @@ +{% extends "crud/form.html" %} +{% load i18n %} +{% load crispy_forms_tags %} + +{% block extra_js %} + + + +{% endblock extra_js%} \ No newline at end of file