diff --git a/sapl/templates/parlamentares/mandato_form.html b/sapl/templates/parlamentares/mandato_form.html new file mode 100644 index 000000000..7635f43c0 --- /dev/null +++ b/sapl/templates/parlamentares/mandato_form.html @@ -0,0 +1,41 @@ +{% extends "crud/form.html" %} +{% load i18n %} +{% load crispy_forms_tags %} +{% load common_tags %} + +{% block extra_js %} + +{% endblock %} \ No newline at end of file