mirror of https://github.com/interlegis/sapl.git
Eduardo Edson Batista Cordeiro Alves
9 years ago
2 changed files with 9 additions and 1 deletions
@ -0,0 +1,7 @@ |
|||
{% extends "crud/form.html" %} |
|||
{% load i18n %} |
|||
{% load crispy_forms_tags %} |
|||
|
|||
{% block detail_content %} |
|||
{% crispy form %} |
|||
{% endblock %} |
Loading…
Reference in new issue