mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
ui: Fixes global
This commit is contained in:
@@ -168,9 +168,9 @@ def page_bids(self, url_split, post_string, sent=False, available=False, receive
|
||||
|
||||
template = server.env.get_template('bids.html')
|
||||
return self.render_template(template, {
|
||||
'page_type_sent': 'Sent' if sent else '',
|
||||
'page_type_available': 'Available' if available else '',
|
||||
'page_type_received': 'Received' if received else '',
|
||||
'page_type_sent': 'Bids Sent' if sent else '',
|
||||
'page_type_available': 'Bids Available' if available else '',
|
||||
'page_type_received': 'Received Bids' if received else '',
|
||||
'page_type_sent_description': '' if sent else '',
|
||||
'page_type_available_description': '' if available else '',
|
||||
'page_type_received_description': '' if received else '',
|
||||
|
||||
Reference in New Issue
Block a user