mirror of https://github.com/interlegis/sapl.git
Eduardo Edson Batista Cordeiro Alves
8 years ago
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
{% extends "crud/form.html" %} |
|||
{% load i18n %} |
|||
{% load crispy_forms_tags %} |
|||
{% load common_tags %} |
|||
|
|||
{% block base_content %} |
|||
{% if form.comissao.value == 0 %} |
|||
<div class="alert alert-danger alert-dismissible fade in" role="alert"> |
|||
A localização atual deve ser uma comissão! |
|||
</div> |
|||
{% else %} |
|||
{% crispy form %} |
|||
{% endif %} |
|||
{% endblock %} |
Loading…
Reference in new issue