mirror of https://gitlab.com/bashrc2/epicyon
Citations submit button value
parent
a8e3bb1764
commit
e97ea27fa3
|
@ -2998,8 +2998,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
# for a new blog if newswire items exist then add a citations button
|
# for a new blog if newswire items exist then add a citations button
|
||||||
if newswire and path.endswith('/newblog'):
|
if newswire and path.endswith('/newblog'):
|
||||||
newPostForm += \
|
newPostForm += \
|
||||||
' <input type="submit" name="submitCitations" value="' + \
|
' <input type="submit" ' + \
|
||||||
translate['Citations'] + '">\n'
|
'name="submitCitations" value="Submit">\n'
|
||||||
|
|
||||||
newPostForm += \
|
newPostForm += \
|
||||||
' <input type="submit" name="submitPost" value="Submit">\n'
|
' <input type="submit" name="submitPost" value="Submit">\n'
|
||||||
|
|
Loading…
Reference in New Issue