Add notice about {$captcha} code in spamfilter module

This commit is contained in:
Kijin Sung 2020-10-30 01:40:37 +09:00
parent 4aba149425
commit d97c6a60cc
3 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,7 @@
<option value="none" selected="selected"|cond="$config->captcha->type === 'none'">{$lang->notuse}</option>
<option value="recaptcha" selected="selected"|cond="$config->captcha->type === 'recaptcha'">reCAPTCHA</option>
</select>
<p class="x_help-block">{$lang->about_captcha_position}</p>
</div>
</div>
<div class="x_control-group">