modview will show full email form instead of abiding by "sage only email" which now correctly only applies to anons

indiachan-spamvector
Thomas Lynch 2 years ago
parent f894ed34e1
commit b0db6553a7
Signed by: fatchan
GPG Key ID: A7E5E8B7E11EE92D
  1. 2
      views/includes/postform.pug

@ -22,7 +22,7 @@ section.form-wrapper.flex-center
.label Name
input.mr-1(type='text', name='name', placeholder=board.settings.defaultName maxlength=globalLimits.fieldLength.name)
a.close.postform-style(href='#!') ×
if board.settings.sageOnlyEmail
if board.settings.sageOnlyEmail && !modview
section.row
.label Sage
label.postform-style.ph-5

Loading…
Cancel
Save