dont show instructions link in minimal mode for captcha

merge-requests/208/head
Thomas Lynch 4 years ago
parent 82522dd025
commit ba2ae2d778
  1. 3
      views/includes/captcha.pug

@ -8,7 +8,8 @@ case captchaType
.jsonly.captcha(style='display:none;')
input.captchafield(type='text' name='captcha' autocomplete='off' placeholder='Captcha text' pattern=".{6}" required title='6 characters')
when 'grid'
a.text-center(href='/faq.html#captcha') Instructions
unless minimal
a.text-center(href='/faq.html#captcha') Instructions
.catalog
noscript.no-m-p
iframe.captcha(src='/captcha.html' width='150' height='150' scrolling='no' loading='lazy')

Loading…
Cancel
Save