diff --git a/rhodecode/templates/admin/repos/repo_edit.html b/rhodecode/templates/admin/repos/repo_edit.html
--- a/rhodecode/templates/admin/repos/repo_edit.html
+++ b/rhodecode/templates/admin/repos/repo_edit.html
@@ -115,7 +115,7 @@
${h.checkbox('enable_locking',value="True")}
${_('Enable lock-by-pulling on repository.')}
-
+
@@ -193,7 +193,7 @@
${_('Manually invalidate cache for this repository. On first access repository will be cached again')}
-
+
${_('List of cached values')}
@@ -201,7 +201,7 @@
- INSTANCE ID:${cache.prefix or '-'} ${cache.cache_args} CACHED: ${h.bool2icon(cache.cache_active)}
%endfor
-
+
${h.end_form()}
@@ -243,7 +243,7 @@
${_('Force locking on repository. Works only when anonymous access is disabled')}
-
+
${h.end_form()}
@@ -259,9 +259,9 @@
${_('''Manually set this repository as a fork of another from the list''')}
-
+
${h.end_form()}
-
+
${_('Delete')}
${h.form(url('repo', repo_name=c.repo_info.repo_name),method='delete')}
@@ -276,7 +276,7 @@
- ${h.end_form()}
+ ${h.end_form()}
%def>