# HG changeset patch # User Mads Kiilerich # Date 1483663430 -3600 # Node ID 6e43c6fd9ebc1096b7c60dbd321c9e5a3d75f5fc # Parent 0bc464a5528a28e361911cb227fd439725c9a520 templates: make sure the fork submit button has a valid name diff -r 0bc464a5528a -r 6e43c6fd9ebc kallithea/templates/forks/fork.html --- 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 @@
- ${h.submit('',_('Fork this Repository'),class_="btn btn-default")} + ${h.submit('fork-submit',_('Fork this Repository'),class_="btn btn-default")}