forked from GithubBackups/vichan
Allow config.mod.bypass_field_disable to bypass config.field_email_selectbox
This commit is contained in:
parent
eb6855ca8b
commit
3f23a7f041
@ -25,7 +25,7 @@
|
|||||||
{{ antibot.html() }}
|
{{ antibot.html() }}
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
{% if config.field_email_selectbox %}
|
{% if config.field_email_selectbox and not (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}
|
||||||
<select name="email" id="email_selectbox" autocomplete="off">
|
<select name="email" id="email_selectbox" autocomplete="off">
|
||||||
<option value=""></option>
|
<option value=""></option>
|
||||||
<option value="sage">sage</option>
|
<option value="sage">sage</option>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user