mirror of
https://git.d3data.de/3rdParty/captcha-module.git
synced 2024-11-09 16:43:11 +01:00
6 lines
162 B
Twig
6 lines
162 B
Twig
{% extends "form/privatesales/invite.html.twig" %}
|
|
|
|
{% block captcha_form %}
|
|
{{ parent() }}
|
|
{% include "@oecaptcha/oe_captcha.html.twig" %}
|
|
{% endblock %} |