Citations submit button

merge-requests/8/head
Bob Mottram 2020-11-06 10:46:33 +00:00
parent fdeb35f39b
commit fbebbdc3d2
1 changed files with 2 additions and 2 deletions

View File

@ -5889,7 +5889,6 @@ def htmlCitations(baseDir: str, nickname: str, domain: str,
htmlStr += '<img loading="lazy" class="timeline-banner" src="' + \ htmlStr += '<img loading="lazy" class="timeline-banner" src="' + \
'/users/' + nickname + '/' + bannerFile + '" /></a>\n' '/users/' + nickname + '/' + bannerFile + '" /></a>\n'
# submit button
htmlStr += \ htmlStr += \
'<form enctype="multipart/form-data" method="POST" ' + \ '<form enctype="multipart/form-data" method="POST" ' + \
'accept-charset="UTF-8" action="/users/' + nickname + \ 'accept-charset="UTF-8" action="/users/' + nickname + \
@ -5907,9 +5906,10 @@ def htmlCitations(baseDir: str, nickname: str, domain: str,
htmlStr += \ htmlStr += \
' <input type="hidden" name="blogContent" value="' + \ ' <input type="hidden" name="blogContent" value="' + \
blogContent + '">\n' blogContent + '">\n'
# submit button
htmlStr += \ htmlStr += \
' <input type="submit" name="submitCitations" value="' + \ ' <input type="submit" name="submitCitations" value="' + \
translate['Citations'] + '">\n' translate['Submit'] + '">\n'
htmlStr += ' </center>\n' htmlStr += ' </center>\n'
# list of newswire items # list of newswire items