diff rhodecode/templates/settings/repo_fork.html @ 659:758f64f3fbda beta

extended repo creation by repo type. fixed fork creation to maintain repo type.
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 05 Nov 2010 21:55:30 +0100
parents a1ec653f5f95
children 6b40654afa1e
line wrap: on
line diff
--- a/rhodecode/templates/settings/repo_fork.html	Fri Nov 05 18:47:00 2010 +0100
+++ b/rhodecode/templates/settings/repo_fork.html	Fri Nov 05 21:55:30 2010 +0100
@@ -30,6 +30,7 @@
 	            </div>
 	            <div class="input">
 	                ${h.text('fork_name',class_="small")}
+	                ${h.hidden('repo_type',c.repo_info.repo_type)}
 	            </div>
              </div>
             <div class="field">