Show more entries at once

main
Bob Mottram 2022-06-05 11:42:58 +01:00
parent c61f7e3e6d
commit bf08f64d87
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ def html_moderation_info(css_cache: {}, translate: {},
translate[msg_str1]
info_form += \
' <textarea id="message" ' + \
'name="blocked" style="height:700px" spellcheck="false">' + \
'name="blocked" style="height:2000px" spellcheck="false">' + \
blocked_str + '</textarea>\n'
info_form += '</div>\n'
info_shown = True