mirror of https://gitlab.com/bashrc2/epicyon
Show more entries at once
parent
c61f7e3e6d
commit
bf08f64d87
|
@ -405,7 +405,7 @@ def html_moderation_info(css_cache: {}, translate: {},
|
||||||
translate[msg_str1]
|
translate[msg_str1]
|
||||||
info_form += \
|
info_form += \
|
||||||
' <textarea id="message" ' + \
|
' <textarea id="message" ' + \
|
||||||
'name="blocked" style="height:700px" spellcheck="false">' + \
|
'name="blocked" style="height:2000px" spellcheck="false">' + \
|
||||||
blocked_str + '</textarea>\n'
|
blocked_str + '</textarea>\n'
|
||||||
info_form += '</div>\n'
|
info_form += '</div>\n'
|
||||||
info_shown = True
|
info_shown = True
|
||||||
|
|
Loading…
Reference in New Issue