Citations screen header text

merge-requests/8/head
Bob Mottram 2020-11-05 14:14:43 +00:00
parent b16a84f750
commit c217818dd9
1 changed files with 5 additions and 3 deletions

View File

@ -5890,11 +5890,13 @@ def htmlCitations(baseDir: str, nickname: str, domain: str,
'<form enctype="multipart/form-data" method="POST" ' + \
'accept-charset="UTF-8" action="/users/' + nickname + \
'/citationsdata">\n'
htmlStr += ' <center>\n'
htmlStr += translate['Choose newswire items ' +
'referenced in your article'] + '<br>'
htmlStr += \
' <center>\n' + \
' <input type="submit" name="submitCitations" value="' + \
translate['Submit'] + '">\n' + \
' </center>\n'
translate['Submit'] + '">\n'
htmlStr += ' </center>\n'
# list of newswire items
if newswire: