captcha form

This commit is contained in:
Fred Tempez 2020-11-04 20:34:07 +01:00
parent f4048cfb4e
commit 8d089a0dc5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<?php endforeach; ?>
<?php if($this->getData(['module', $this->getUrl(0), 'config', 'captcha'])): ?>
<div class="row">
<div class="col5">
<div class="col12 textAlignCenter">
<?php echo template::captcha('formCaptcha', [
'limit' => $this->getData(['config','captchaStrong'])
]); ?>