diff --git a/kallithea/templates/admin/repos/repo_edit_fork.html b/kallithea/templates/admin/repos/repo_edit_fork.html deleted file mode 100644 --- a/kallithea/templates/admin/repos/repo_edit_fork.html +++ /dev/null @@ -1,21 +0,0 @@ -${h.form(url('repo_as_fork', repo_name=c.repo_info.repo_name),method='put')} -
-
- ${h.select('id_fork_of','',c.repos_list,class_="medium")} - ${h.submit('set_as_fork_%s' % c.repo_info.repo_name,_('Set'),class_="btn btn-small")} -
-
- -
-
-${h.end_form()} - -