# HG changeset patch # User Mads Kiilerich # Date 2017-01-06 01:43:50 # Node ID 6e43c6fd9ebc1096b7c60dbd321c9e5a3d75f5fc # Parent 0bc464a5528a28e361911cb227fd439725c9a520 templates: make sure the fork submit button has a valid name diff --git a/kallithea/templates/forks/fork.html b/kallithea/templates/forks/fork.html --- a/kallithea/templates/forks/fork.html +++ b/kallithea/templates/forks/fork.html @@ -83,7 +83,7 @@ ${self.repo_context_bar('createfork')}
- ${h.submit('',_('Fork this Repository'),class_="btn btn-default")} + ${h.submit('fork-submit',_('Fork this Repository'),class_="btn btn-default")}