fix: remove redundant validation fix

This commit is contained in:
Andrii V 2025-08-08 19:36:28 +02:00
parent c0727ac73d
commit 2b99dd11ce

View file

@ -307,8 +307,6 @@
## <div class="label">
## <span class="help-block">${_('Use rebase instead of creating a merge commit when merging via web interface.')}</span>
## </div>
## Hidden field for commented-out setting to prevent validation errors
${h.hidden('rhodecode_git_use_rebase_for_merging' + suffix, 'False')}
<div class="checkbox">
${h.checkbox('rhodecode_git_close_branch_before_merging' + suffix, 'True', **kwargs)}