# HG changeset patch # User Mads Kiilerich # Date 2016-08-04 14:23:36 # Node ID 2dfbd29ae8f7f4f37afbc7742cc59a6b5095efe6 # Parent 1fdff0d0516c0880c14eb57e086e9b1d7c042c77 templates: remove unused repo_edit_fork template 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")} -
-
-
    -
  • ${_('''Manually set this repository as a fork of another from the list.''')}
  • -
-
-
-${h.end_form()} - -