Sistema de Informações Gerenciais do Interlegis
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.
 
 
 
 
 
 

17 lines
450 B

{% extends "admin/index.html" %}
{% block extrastyle %}
<link rel="stylesheet" type="text/css"
href="{{ MEDIA_URL }}css/base_site.css" />
<link rel="stylesheet" type="text/css"
href="{{ MEDIA_URL }}css/app_index.css" />
{% endblock %}
{% block breadcrumbs %}{% endblock %}
{% block sidebar %}
<div id="content-related">
{% include "snippets/modules/user.html" %}
{% include "snippets/modules/actions.html" %}
</div>
{% endblock %}