Merge pull request #11197 from agileware/CRM-21104
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Miscellaneous.tpl
index b94f6602412fdd5fb977c8ef69055cddac5e9951..db1c09c46236ac74bc61b970d10f9e83f89aaf11 100644 (file)
               </span>
             </td>
         </tr>
+        <tr class="crm-miscellaneous-form-block-recaptchaPrivateKey">
+            <td class="label">{$form.forceRecaptcha.label}</td>
+            <td>
+              {$form.forceRecaptcha.html}
+              <p class="description">{ts}If enabled, reCAPTCHA will show on all contribution pages.{/ts}</p>
+            </td>
+        </tr>
         </table>
            <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 </div>