mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
221 B
13 lines
221 B
{% extends "crud/form.html" %}
|
|
{% load i18n %}
|
|
{% load crispy_forms_tags %}
|
|
|
|
{% block title %}
|
|
<h1 class="page-header">Ordenação do Resumo</h1>
|
|
{% endblock %}
|
|
|
|
{% block base_content %}
|
|
|
|
{% crispy form %}
|
|
|
|
{% endblock %}
|