mirror of https://github.com/interlegis/sapl.git
Eduardo Edson Batista Cordeiro Alves
9 years ago
committed by
Edward Ribeiro
2 changed files with 2 additions and 14 deletions
@ -1,11 +0,0 @@ |
|||
{% extends "crud/detail.html" %} |
|||
{% load i18n %} |
|||
{% load crispy_forms_tags %} |
|||
|
|||
{% block detail_content %} |
|||
|
|||
<form method="POST"> |
|||
{% csrf_token %} |
|||
{% crispy form %} |
|||
</form> |
|||
{% endblock %} |
Loading…
Reference in new issue