Some checks reported warnings
Cadoles/hydra-sql/pipeline/pr-develop This commit was not built
13 lines
347 B
Twig
13 lines
347 B
Twig
{% block altcha_widget %}
|
|
<altcha-widget
|
|
challengejson={{challengeJson}}
|
|
name='altcha'
|
|
strings="{{translations}}"
|
|
hidelogo
|
|
hidefooter
|
|
workers= {{ workers }}
|
|
delay={{ delay }}
|
|
{{ debug ? 'debug' : ''}}
|
|
{{ mockError ? 'mockerror' : ''}}
|
|
></altcha-widget>
|
|
{% endblock %} |