diff --git a/sapl/templates/materia/relatoria_form.html b/sapl/templates/materia/relatoria_form.html new file mode 100644 index 000000000..953557513 --- /dev/null +++ b/sapl/templates/materia/relatoria_form.html @@ -0,0 +1,14 @@ +{% extends "crud/form.html" %} +{% load i18n %} +{% load crispy_forms_tags %} +{% load common_tags %} + +{% block base_content %} + {% if form.comissao.value == 0 %} +