mirror of https://github.com/interlegis/sigi.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.
17 lines
452 B
17 lines
452 B
{% extends "admin/index.html" %}
|
|
|
|
{% block extrastyle %}
|
|
<link rel="stylesheet" type="text/css"
|
|
href="{{ STATIC_URL }}css/base_site.css" />
|
|
<link rel="stylesheet" type="text/css"
|
|
href="{{ STATIC_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 %}
|
|
|