mirror of https://gitlab.com/bashrc2/epicyon
Citations
parent
00ca8fa5dd
commit
0e09c7c9c5
|
@ -10875,7 +10875,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
citationsButtonPress = False
|
||||
if postType == 'newblog' and fields.get('submitCitations'):
|
||||
if fields['submitCitations'] == \
|
||||
self.server.translate['SubmitCitations']:
|
||||
self.server.translate['Citations']:
|
||||
citationsButtonPress = True
|
||||
|
||||
# process the received text fields from the POST
|
||||
|
|
Loading…
Reference in New Issue