mirror of https://github.com/interlegis/sapl.git
Edward Ribeiro
10 years ago
3 changed files with 12 additions and 13 deletions
@ -1,11 +1,10 @@ |
|||||
{% extends "base.html" %} |
{% extends "base.html" %} |
||||
|
|
||||
{% load i18n bootstrap3 crispy_forms_tags %} |
{% load i18n bootstrap3 crispy_forms_tags %} |
||||
|
|
||||
{% block title %}SAPL{% endblock %} |
{% block title %}SAPL{% endblock %} |
||||
|
|
||||
{% block content %} |
{% block content %} |
||||
<div id="content-main"> |
<div id="content-main"> |
||||
{% crispy form %} |
{% crispy form %} |
||||
</div> |
</div> |
||||
{% endblock %} |
{% endblock %} |
Loading…
Reference in new issue