${h.secure_form(url('admin_settings_global'), method='post')}

${_('Branding')}

${h.text('rhodecode_title',size=60)}
${_('Set a custom title for your RhodeCode instance (limited to 40 characters).')}
${h.text('rhodecode_realm',size=60)}
${_('Set a custom text that is shown as authentication message to clients trying to connect.')}

${_('Registration Captcha')}

${h.text('rhodecode_captcha_public_key',size=60)}
${_('Public key for reCaptcha system.')}
${h.text('rhodecode_captcha_private_key',size=60)}
${_('Private key for reCaptcha system. Setting this value will enable captcha on registration')}

${_('Custom Header Code')}

${h.textarea('rhodecode_pre_code',cols=23,rows=5,class_="medium")} ${_('Custom js/css code added at the end of the
tag.')} ${_('Use