mirror of https://gitlab.com/bashrc2/epicyon
More debug
parent
239c0f2dd2
commit
e5b5928a64
|
@ -10874,9 +10874,11 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
# was the citations button pressed on the newblog screen?
|
# was the citations button pressed on the newblog screen?
|
||||||
citationsButtonPress = False
|
citationsButtonPress = False
|
||||||
if postType == 'newblog' and fields.get('submitCitations'):
|
if postType == 'newblog' and fields.get('submitCitations'):
|
||||||
|
print('citationstest: 0a ' + fields['submitCitations'])
|
||||||
if fields['submitCitations'] == \
|
if fields['submitCitations'] == \
|
||||||
self.server.translate['Citations']:
|
self.server.translate['Citations']:
|
||||||
citationsButtonPress = True
|
citationsButtonPress = True
|
||||||
|
print('citationstest: 0b ' + str(citationsButtonPress))
|
||||||
|
|
||||||
# process the received text fields from the POST
|
# process the received text fields from the POST
|
||||||
if not fields.get('message') and \
|
if not fields.get('message') and \
|
||||||
|
|
Loading…
Reference in New Issue