diff --git a/kallithea/templates/index_base.html b/kallithea/templates/index_base.html
--- a/kallithea/templates/index_base.html
+++ b/kallithea/templates/index_base.html
@@ -12,8 +12,7 @@
%if request.authuser.username != 'default':
-
- -
+
<%
gr_name = c.group.group_name if c.group else None
# create repositories with write permission on group is set to true
@@ -37,8 +36,7 @@
%if c.group and h.HasRepoGroupPermissionLevel('admin')(c.group.group_name):
${_('Edit Repository Group')}
%endif
-
-
+
%endif
%if c.groups: