CaptchaBundle/Resources/views/captcha.html.twig
2011-08-26 08:59:29 +02:00

5 lines
147 B
Twig

{% block captcha_widget %}
<img src="{{ captcha_code }}" title="captcha" width="120" height="40" />
{{ form_widget(form) }}
{% endblock %}