You are here

captcha.html.twig in CAPTCHA 8

{% if details %}
  {{ details }}
{% else %}
    <div {{attributes.addClass('captcha')}}>{{ element }}</div>
{% endif %}

File

templates/captcha.html.twig
View source
  1. {% if details %}
  2. {{ details }}
  3. {% else %}
  4. <div {{attributes.addClass('captcha')}}>{{ element }}</div>
  5. {% endif %}