Fix checkbox for marking post body as spam (ban page)
This commit is contained in:
parent
208a57e009
commit
724e8f674b
|
@ -28,9 +28,9 @@
|
|||
{% if post.modifiers['warning message'] %}
|
||||
{{ config.mod.warning_message|sprintf(post.modifiers['warning message']) }}
|
||||
{% endif %}
|
||||
<input class="ban_form--content_file_chkbox" type="checkbox" name="text_is_spam" id="text_is_spam" checked>
|
||||
<label class="ban_form--content_file_chkbox_lbl" for="text_is_spam">Text is also spam</label>
|
||||
</div>
|
||||
<input class="ban_form--content_file_chkbox" type="checkbox" name="text_is_spam" id="text_is_spam" checked>
|
||||
<label class="ban_form--content_file_chkbox_lbl" for="text_is_spam">Text is also spam</label>
|
||||
</div>
|
||||
</div>
|
||||
{% endapply %}
|
||||
|
|
Loading…
Reference in New Issue