and hashtags

master
Bob Mottram 2019-08-14 11:33:11 +01:00
parent 54a1f54f36
commit 81c31616f1
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def htmlModerationInfo(baseDir: str) -> str:
blockedStr = f.read() blockedStr = f.read()
infoForm+= \ infoForm+= \
'<div class="container">' \ '<div class="container">' \
' <br><b>Blocked accounts</b>' \ ' <br><b>Blocked accounts and hashtags</b>' \
' <br>These are globally blocked for all accounts on this instance' \ ' <br>These are globally blocked for all accounts on this instance' \
' <textarea id="message" name="blocked" style="height:200px">'+blockedStr+'</textarea>' \ ' <textarea id="message" name="blocked" style="height:200px">'+blockedStr+'</textarea>' \
'</div>' '</div>'