diff --git a/rhodecode/templates/admin/gists/gist_index.mako b/rhodecode/templates/admin/gists/gist_index.mako
--- a/rhodecode/templates/admin/gists/gist_index.mako
+++ b/rhodecode/templates/admin/gists/gist_index.mako
@@ -37,6 +37,14 @@
%endif
+ % if c.rhodecode_user.username != h.DEFAULT_USER:
+
+ % endif
+
-
diff --git a/rhodecode/templates/admin/gists/gist_new.mako b/rhodecode/templates/admin/gists/gist_new.mako
--- a/rhodecode/templates/admin/gists/gist_new.mako
+++ b/rhodecode/templates/admin/gists/gist_new.mako
@@ -34,7 +34,7 @@
${h.dropdownmenu('lifetime', '', c.lifetime_options)}
-
+
${h.dropdownmenu('gist_acl_level', '', c.acl_options)}
@@ -57,6 +57,7 @@
+
${h.submit('private',_('Create Private Gist'),class_="btn")}
${h.submit('public',_('Create Public Gist'),class_="btn")}