mirror of https://github.com/interlegis/sapl.git
committed by
Mariana Mendes
1 changed files with 7 additions and 0 deletions
@ -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 %} |
|||
Loading…
Reference in new issue