From 2848d03beaccdc48d461a19082859069d445ceb4 Mon Sep 17 00:00:00 2001 From: Breno Teixeira Date: Fri, 7 Feb 2014 15:50:06 -0200 Subject: [PATCH] =?UTF-8?q?Adi=C3=A7=C3=A3o=20do=20template=20index.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 73 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 templates/index.html diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..88def54 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,73 @@ +{% extends "admin/base_site.html" %} +{% load i18n admin_static %} + +{% block title %}SIGI{% endblock %} + +{% block extrahead %} + {{ block.super }} + + + + + +{% endblock %} + +{% block content_title %}

Dashboard

{% endblock %} + +{% block extrastyle %}{{ block.super }}{% endblock %} + +{% block coltype %}colMS{% endblock %} + +{% block bodyclass %}dashboard{% endblock %} + +{% block breadcrumbs %}{% endblock %} + +{% block content %} +
+ {% include "snippets/modules/charts-convenios.html" %} +
+{% endblock %} + +{% block sidebar %} + +{% endblock %}