Some checks reported warnings
Cadoles/hydra-sql/pipeline/head This commit is unstable
18 lines
451 B
Twig
18 lines
451 B
Twig
{% block altcha_widget %}
|
|
<style>
|
|
.altcha label {
|
|
margin-bottom: 0;
|
|
}
|
|
</style>
|
|
<altcha-widget
|
|
challengejson={{challengeJson}}
|
|
name={{form.vars.full_name}}
|
|
strings="{{translations}}"
|
|
hidelogo
|
|
hidefooter
|
|
workers= {{ workers }}
|
|
delay={{ delay }}
|
|
{{ debug ? 'debug' : ''}}
|
|
{{ mockError ? 'mockerror' : ''}}
|
|
></altcha-widget>
|
|
{% endblock %} |