mirror of https://github.com/interlegis/sapl.git
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
{% extends "crud/form.html" %} |
|||
{% load i18n crispy_forms_tags %} |
|||
|
|||
{% block base_content %} |
|||
<h1 class="page-header">Impressos</h1> |
|||
{% crispy form %} |
|||
{% endblock base_content %} |
|||
Loading…
Reference in new issue