diff --git a/webinterface.py b/webinterface.py index de5087003..6cbaa2e29 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1326,13 +1326,6 @@ def htmlEditNewswire(translate: {}, baseDir: str, path: str, with open(newswireFilename, 'r') as fp: newswireStr = fp.read() - # get the list of handles who are trusted to post to the newswire - newswireTrusted = '' - newswireTrustedFilename = baseDir + '/accounts/newswiretrusted.txt' - if os.path.isfile(newswireTrustedFilename): - with open(newswireTrustedFilename, "r") as trustFile: - newswireTrusted = trustFile.read() - editNewswireForm += \ '
' @@ -1344,14 +1337,6 @@ def htmlEditNewswire(translate: {}, baseDir: str, path: str, ' ' - editNewswireForm += \ - ' ' + \ - translate['Nicknames whose blog entries appear on the newswire.'] + \ - '
' - editNewswireForm += \ - ' ' - editNewswireForm += \ '
'