Mirror von
https://git.d3data.de/3rdParty/captcha-module.git
synchronisiert 2024-11-09 00:23:12 +01:00
6 Zeilen
150 B
Twig
6 Zeilen
150 B
Twig
{% extends "form/contact.html.twig" %}
|
|
|
|
{% block captcha_form %}
|
|
{{ parent() }}
|
|
{% include "@oecaptcha/oe_captcha.html.twig" %}
|
|
{% endblock %} |