Browse Source

Correcao: Barra do interlegis nao aparecia nas paginas raiz de apps

producao
Marcio Mazza 10 years ago
parent
commit
2220b38eba
  1. 7
      templates/admin/app_index.html

7
templates/admin/app_index.html

@ -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 %}

Loading…
Cancel
Save