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'):
|
||||
print(postType + ' no category')
|
||||
return -1
|
||||
if not fields.get('location'):
|
||||
print(postType + ' no location')
|
||||
return -1
|
||||
if not fields.get('duration'):
|
||||
print(postType + ' no duratio')
|
||||
return -1
|
||||
|
|
|
@ -376,8 +376,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
|||
extraFields += \
|
||||
editCurrencyField(translate['Price'] + ':', 'itemPrice', '0.00')
|
||||
extraFields += '<br>' + \
|
||||
editTextField(translate['Currency'] + ':',
|
||||
'itemCurrency', 'EUR')
|
||||
editTextField(translate['Currency'] + ':', 'itemCurrency', 'EUR',
|
||||
'EUR / GBP / USD ...', True)
|
||||
extraFields += '</div>\n'
|
||||
|
||||
citationsStr = ''
|
||||
|
|
Loading…
Reference in New Issue