diff --git a/sapl/templates/comissoes/reuniao_list.html b/sapl/templates/comissoes/reuniao_list.html new file mode 100644 index 000000000..78629403a --- /dev/null +++ b/sapl/templates/comissoes/reuniao_list.html @@ -0,0 +1,7 @@ +{% extends "crud/list.html" %} +{% load i18n %} +{% load crispy_forms_tags %} +{% block actions %}{% endblock %} +{% block detail_content %} + {% crispy form %} +{% endblock detail_content %}