From eae3076784d54c0cf82d4d12099a1f5a61d662dc Mon Sep 17 00:00:00 2001
From: Dányi Bence <madbence@gmail.com>
Date: Thu, 14 Feb 2013 16:04:26 +0100
Subject: [PATCH] webui: use new group template

---
 one/templates/home.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/one/templates/home.html b/one/templates/home.html
index 5cea905..1e348f5 100644
--- a/one/templates/home.html
+++ b/one/templates/home.html
@@ -7,7 +7,7 @@
 
 {% if userdetails.share_quota %}
     {% include "box/template/box.html" %}
-    {% include "box-grouplist.html" %}
+    {% include "box/group/box.html" %}
 {% endif %}
 
 </div>
--
libgit2 0.26.0