From fb254154f21fe139c8ddc97465e9a42e6d85897c Mon Sep 17 00:00:00 2001 From: Guilherme Gondim Date: Mon, 13 Oct 2008 21:53:39 +0000 Subject: [PATCH] =?UTF-8?q?Adicionado=20bloco=20de=20=C3=BAltimas=20ativid?= =?UTF-8?q?ades=20de=20todos=20usu=C3=A1rios.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigi/templates/index.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/sigi/templates/index.html b/sigi/templates/index.html index c17bdcc..a587932 100644 --- a/sigi/templates/index.html +++ b/sigi/templates/index.html @@ -1,5 +1,43 @@ {% extends "admin/index.html" %} +{% load i18n %} {% block title %}Dashboard | SIGI{% endblock %} {% block content_title %}

Dashboard

{% endblock %} + +{% block sidebar %} + +{% endblock %}