add captcha to registration
This commit is contained in:
parent
4fd13f7dde
commit
728727b747
5 changed files with 3951 additions and 3722 deletions
|
@ -17,6 +17,13 @@
|
|||
}) }}
|
||||
{{ form_row(registrationForm.agreeTerms) }}
|
||||
|
||||
|
||||
<div class="form-group row">
|
||||
<label class="col-form-label col-sm-2">CAPTCHA</label>
|
||||
<div class="col-sm-10">
|
||||
<div class="frc-captcha" data-sitekey="FCMLGE739LB528NG"></div>
|
||||
</div>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-lg btn-primary">Register</button>
|
||||
{{ form_end(registrationForm) }}
|
||||
{% endblock %}
|
||||
|
|
Reference in a new issue