mirror of https://github.com/interlegis/sigi.git
10 lines
403 B
10 lines
403 B
{% extends "admin/index.html" %}
|
|
{% load static from staticfiles %}
|
|
|
|
{% block extrastyle %}
|
|
<link rel="stylesheet" type="text/css" href="{% static 'css/globalnav-estilos.css' %}" />
|
|
<link rel="stylesheet" type="text/css" href="{% static 'css/base_site.css' %}" />
|
|
<link rel="stylesheet" type="text/css" href="{% static 'css/app_index.css' %}" />
|
|
{% endblock %}
|
|
|
|
{% block breadcrumbs %}{% endblock %}
|
|
|