Verified Commit fee040af authored by meskio's avatar meskio 🏔️
Browse files

Send the captcha challenge on the https form

parent 1c5f0a9a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@
      {% endif %}
    </div>
    <form action="" method="POST" class="d-flex">
      <input type="text" id="bridgedb-captcha-input" class="form-control" placeholder="Enter the characters from the image above...">
      {% raw %}<input type="hidden" name="captcha_challenge_field" value="${challenge_field}">{% endraw %}
      <input type="text" id="bridgedb-captcha-input" name="captcha_response_field" class="form-control" placeholder="Enter the characters from the image above...">
      <button type="submit" class="btn btn-primary" id="bridgedb-captcha-submit"><span class="fa fa-level-down fa-rotate-90"></span></button>
    </form>
  </div>