diff --git a/rhodecode/templates/forks/fork.html b/rhodecode/templates/forks/fork.html
--- a/rhodecode/templates/forks/fork.html
+++ b/rhodecode/templates/forks/fork.html
@@ -36,12 +36,22 @@
${h.hidden('fork_parent_id',c.repo_info.repo_id)}
+
+
+
+
+
+ ${h.select('landing_rev','',c.landing_revs,class_="medium")}
+ ${_('Default revision for files page, downloads, whoosh and readme')}
+
+
${h.select('repo_group','',c.repo_groups,class_="medium")}
+ ${_('Optionaly select a group to put this repository into.')}
@@ -50,6 +60,7 @@
${h.textarea('description',cols=23,rows=5)}
+ ${_('Keep it short and to the point. Use a README file for longer descriptions.')}
@@ -58,6 +69,7 @@
${h.checkbox('private',value="True")}
+ ${_('Private repositories are only visible to people explicitly added as collaborators.')}
@@ -66,6 +78,7 @@
${h.checkbox('copy_permissions',value="True", checked="checked")}
+ ${_('Copy permissions from forked repository')}
@@ -74,6 +87,7 @@
${h.checkbox('update_after_clone',value="True")}
+ ${_('Checkout source after making a clone')}