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