# HG changeset patch # User Marcin Kuzminski # Date 2016-11-10 15:43:16 # Node ID 73b73e7ce3eb843d7862ed4b2bbb78816c4732d3 # Parent e81bd3528a68a20fa9b5fffd47e2b8fdc45f1570 templates: fixed missing suffixes for checkboxes in vcs settings diff --git a/rhodecode/templates/base/vcs_settings.html b/rhodecode/templates/base/vcs_settings.html --- a/rhodecode/templates/base/vcs_settings.html +++ b/rhodecode/templates/base/vcs_settings.html @@ -126,7 +126,7 @@
${h.checkbox('rhodecode_hg_use_rebase_for_merging' + suffix, 'True', **kwargs)} - +
${_('Use rebase instead of creating a merge commit when merging via web interface.')} @@ -147,7 +147,7 @@
${h.checkbox('vcs_svn_proxy_http_requests_enabled' + suffix, 'True', **kwargs)} - +
${_('Subversion HTTP Support. Enables communication with SVN over HTTP protocol.')}