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" %} |
|||
|
|||
{% load i18n bootstrap3 crispy_forms_tags %} |
|||
|
|||
{% block title %}SAPL{% endblock %} |
|||
|
|||
{% block content %} |
|||
<div id="content-main"> |
|||
<div id="content-main"> |
|||
{% crispy form %} |
|||
</div> |
|||
{% endblock %} |
Loading…
Reference in new issue