|
|
@ -1,10 +1,9 @@ |
|
|
|
{% 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" /> |
|
|
|
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/globalnav-estilos.css" /> |
|
|
|
<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 %} |
|
|
|