Skip to content

Commit

Permalink
temporarily disabling captcha
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Benzoni committed Jun 25, 2024
1 parent 8e10f36 commit 257b708
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -620,9 +620,7 @@ <h5 class="card-title">Batch Content Search</h5>


<div class="col-md-3">
<button class="btn btn-secondary btn-block g-recaptcha"
data-sitekey="6Lf_VQAqAAAAACCzvtZSC4g_7c-gsW3yuJVrkwZk"
data-callback='onContentSubmit'
<button class="btn btn-secondary btn-block"
data-action='submit'
>Search</button>
</div>
Expand Down Expand Up @@ -691,10 +689,8 @@ <h5 class="card-title">Batch Content Search</h5>
<div class="col-sm">
</div>
<div class="col-sm">
<button class="btn btn-secondary btn-block g-recaptcha"
data-sitekey="6Lf_VQAqAAAAACCzvtZSC4g_7c-gsW3yuJVrkwZk"
data-callback='onMetadataSubmit'
data-action='submit' "
<button class="btn btn-secondary btn-block"

id="metadataSearchButton">Search</button>
</div>
</div>
Expand Down

0 comments on commit 257b708

Please sign in to comment.