Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #112 from viur-framework/fix/addMissingCaptchaTemp…
Browse files Browse the repository at this point in the history
…late

Added missing default template for captcha-bone
  • Loading branch information
tsteinruecken authored Nov 27, 2018
2 parents b87b21f + 3b3f2bb commit ab26d79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions template/editform_bone_captcha.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div class="hidden2formfield">
<script src='https://www.google.com/recaptcha/api.js'></script>
<div class="g-recaptcha" data-sitekey="{{ boneValue }}"></div>
</div>


0 comments on commit ab26d79

Please sign in to comment.