From 34b3890849d264eb78ab5835467fdc23f0b45090 Mon Sep 17 00:00:00 2001 From: Guilherme Gondim Date: Wed, 19 Nov 2008 16:49:42 +0000 Subject: [PATCH] =?UTF-8?q?Truncando=20strings=20grandes=20em=20m=C3=B3dul?= =?UTF-8?q?o=20actions=20da=20barra=20lateral.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigi/templates/snippets/modules/actions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigi/templates/snippets/modules/actions.html b/sigi/templates/snippets/modules/actions.html index 18fe0e1..82e6e79 100644 --- a/sigi/templates/snippets/modules/actions.html +++ b/sigi/templates/snippets/modules/actions.html @@ -12,7 +12,7 @@ {% if entry.is_change %}changelink{% endif %} {% if entry.is_deletion %}deletelink{% endif %}"> {% if not entry.is_deletion %}{% endif %} - {{ entry.object_repr|escape }} + {{ entry.object_repr|escape|truncatewords_html:3 }} {% if not entry.is_deletion %}{% endif %}