changeset 6403:6e43c6fd9ebc

templates: make sure the fork submit button has a valid name
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 06 Jan 2017 01:43:50 +0100
parents 0bc464a5528a
children a996a08cf45c
files kallithea/templates/forks/fork.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/forks/fork.html	Fri Jan 06 01:43:50 2017 +0100
+++ b/kallithea/templates/forks/fork.html	Fri Jan 06 01:43:50 2017 +0100
@@ -83,7 +83,7 @@
 
             <div class="form-group">
                 <div class="buttons">
-                    ${h.submit('',_('Fork this Repository'),class_="btn btn-default")}
+                    ${h.submit('fork-submit',_('Fork this Repository'),class_="btn btn-default")}
                 </div>
             </div>
         </div>