From a894bd5dc75f78d9e706abe2ecfb1a2b450ec6b7 Mon Sep 17 00:00:00 2001
From: Magnus Hagander
Date: Wed, 7 Oct 2009 16:27:34 +0200
Subject: [PATCH] Fix typo that made listgroup names invisible, per comment
from Alvaro.
---
templates/lists/root.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/lists/root.html b/templates/lists/root.html
index 69b61afa..fa230bd5 100644
--- a/templates/lists/root.html
+++ b/templates/lists/root.html
@@ -31,7 +31,7 @@ receiving mail).
{%endif%}
-{{l.group.name}}
+{{l.group.groupname}}