diff --git a/rhodecode/templates/admin/gists/edit.html b/rhodecode/templates/admin/gists/edit.html
--- a/rhodecode/templates/admin/gists/edit.html
+++ b/rhodecode/templates/admin/gists/edit.html
@@ -24,12 +24,6 @@
-
-
- ${h.literal(_('Gist was updated since you started editing. Copy your changes and click %(here)s to reload the new version.')
- % {'here': h.link_to('here',h.url('edit_gist', gist_id=c.gist.gist_access_id))})}
-
-
${h.secure_form(h.url('edit_gist', gist_id=c.gist.gist_access_id), method='post', id='eform')}
@@ -115,7 +109,6 @@