mirror of https://github.com/interlegis/sapl.git
6 changed files with 36 additions and 9 deletions
@ -0,0 +1,7 @@ |
|||||
|
{% extends "crud/detail.html" %} |
||||
|
{% load i18n %} |
||||
|
{% load crispy_forms_tags %} |
||||
|
{% block actions %}{% endblock %} |
||||
|
{% block detail_content %} |
||||
|
{% crispy form %} |
||||
|
{% endblock detail_content %} |
||||
@ -0,0 +1,7 @@ |
|||||
|
{% extends "crud/detail.html" %} |
||||
|
{% load i18n %} |
||||
|
{% load crispy_forms_tags %} |
||||
|
{% block actions %}{% endblock %} |
||||
|
{% block detail_content %} |
||||
|
{% crispy form %} |
||||
|
{% endblock detail_content %} |
||||
@ -1,8 +0,0 @@ |
|||||
{% extends "comissoes/comissao_detail.html" %} |
|
||||
{% load i18n %} |
|
||||
|
|
||||
{% block actions %}{% endblock actions %} |
|
||||
|
|
||||
{% block detail_content %} |
|
||||
TODO ... Reuniões |
|
||||
{% endblock detail_content %} |
|
||||
Loading…
Reference in new issue