diff pylons_app/templates/settings/repo_fork.html @ 530:a08f610e545e

Implemented server side forks added ability to pass session to user/repo models
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Oct 2010 00:16:09 +0200
parents 87d80c84df09
children
line wrap: on
line diff
--- a/pylons_app/templates/settings/repo_fork.html	Thu Sep 30 18:35:03 2010 +0200
+++ b/pylons_app/templates/settings/repo_fork.html	Fri Oct 01 00:16:09 2010 +0200
@@ -20,7 +20,7 @@
     <div class="title">
         ${self.breadcrumbs()}      
     </div>
-    ${h.form(url('repos'))}
+    ${h.form(url('repo_fork_create_home',repo_name=c.repo_info.repo_name))}
     <div class="form">
         <!-- fields -->
         <div class="fields">
@@ -49,7 +49,7 @@
                 </div>
              </div>
 	        <div class="buttons">
-	          ${h.submit('fork','fork this repository',class_="ui-button ui-widget ui-state-default ui-corner-all")}
+	          ${h.submit('','fork this repository',class_="ui-button ui-widget ui-state-default ui-corner-all")}
 	        </div>                                                          
         </div>
     </div>