mirror of https://gitlab.com/bashrc2/epicyon
Currency placeholder
parent
b8496f9533
commit
4cc0bd03d5
|
@ -13804,9 +13804,6 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if not fields.get('category'):
|
if not fields.get('category'):
|
||||||
print(postType + ' no category')
|
print(postType + ' no category')
|
||||||
return -1
|
return -1
|
||||||
if not fields.get('location'):
|
|
||||||
print(postType + ' no location')
|
|
||||||
return -1
|
|
||||||
if not fields.get('duration'):
|
if not fields.get('duration'):
|
||||||
print(postType + ' no duratio')
|
print(postType + ' no duratio')
|
||||||
return -1
|
return -1
|
||||||
|
|
|
@ -376,8 +376,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
extraFields += \
|
extraFields += \
|
||||||
editCurrencyField(translate['Price'] + ':', 'itemPrice', '0.00')
|
editCurrencyField(translate['Price'] + ':', 'itemPrice', '0.00')
|
||||||
extraFields += '<br>' + \
|
extraFields += '<br>' + \
|
||||||
editTextField(translate['Currency'] + ':',
|
editTextField(translate['Currency'] + ':', 'itemCurrency', 'EUR',
|
||||||
'itemCurrency', 'EUR')
|
'EUR / GBP / USD ...', True)
|
||||||
extraFields += '</div>\n'
|
extraFields += '</div>\n'
|
||||||
|
|
||||||
citationsStr = ''
|
citationsStr = ''
|
||||||
|
|
Loading…
Reference in New Issue