diff --git a/sigi/apps/casas/templates/casas/resumo_carteira_snippet.html b/sigi/apps/casas/templates/casas/resumo_carteira_snippet.html
index 6b19319..95ff470 100644
--- a/sigi/apps/casas/templates/casas/resumo_carteira_snippet.html
+++ b/sigi/apps/casas/templates/casas/resumo_carteira_snippet.html
@@ -19,13 +19,13 @@
-
-
+
{% trans "Todo o Interlegis" %}
{% for g in gerentes %}
-
-
+
{{g.nome_completo }}
diff --git a/sigi/apps/home/templates/home/dashboard/gerentes_snippet.html b/sigi/apps/home/templates/home/dashboard/gerentes_snippet.html
index b775a86..cfe6105 100644
--- a/sigi/apps/home/templates/home/dashboard/gerentes_snippet.html
+++ b/sigi/apps/home/templates/home/dashboard/gerentes_snippet.html
@@ -18,13 +18,13 @@
-
-
+
{% trans "Todo o Interlegis" %}
{% for g in gerentes %}
-
-
+
{{g.nome_completo }}
diff --git a/sigi/apps/home/templates/home/dashboard/resumo_seit.html b/sigi/apps/home/templates/home/dashboard/resumo_seit.html
index 0ccd330..a4142d8 100644
--- a/sigi/apps/home/templates/home/dashboard/resumo_seit.html
+++ b/sigi/apps/home/templates/home/dashboard/resumo_seit.html
@@ -1,10 +1,10 @@
{% load static i18n %}
diff --git a/sigi/static/js/dashboard.js b/sigi/static/js/dashboard.js
index fbc50fc..793f664 100644
--- a/sigi/static/js/dashboard.js
+++ b/sigi/static/js/dashboard.js
@@ -17,7 +17,7 @@ function setlinks() {
$('.modal').modal();
$('.dropdown-trigger').dropdown();
$('.collapsible').collapsible();
- $("a[data-target]").off('click').on('click', function(e) {
+ $("a.dashlink[data-target]").off('click').on('click', function(e) {
e.preventDefault();
var $this = $(this);
var target = $("#"+$this.attr('data-target'));
diff --git a/sigi/templates/sigi/snippets/base_card_chart.html b/sigi/templates/sigi/snippets/base_card_chart.html
index c44b727..d56be92 100644
--- a/sigi/templates/sigi/snippets/base_card_chart.html
+++ b/sigi/templates/sigi/snippets/base_card_chart.html
@@ -5,10 +5,10 @@
{% if has_action_links %}
{% block action-links %}