mirror of https://github.com/interlegis/sapl.git
Eduardo Edson Batista Cordeiro Alves
9 years ago
committed by
Edward Ribeiro
3 changed files with 7 additions and 5 deletions
@ -1,6 +1,6 @@ |
|||
{% extends "base.html" %} |
|||
{% load i18n crispy_forms_tags %} |
|||
|
|||
{% block base_content %} |
|||
{% block extra_msg %}{% endblock %} |
|||
{% crispy form %} |
|||
{% endblock %} |
|||
|
@ -1,4 +1,6 @@ |
|||
{% extends "crud/form.html" %} |
|||
{% load i18n %} |
|||
{% load crispy_forms_tags %} |
|||
{{msg}} |
|||
{% block extra_msg %} |
|||
<p align="center"><font size="4"><b>{{msg}}</b></font></p> |
|||
{% endblock %} |
|||
|
Loading…
Reference in new issue