mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-07 11:18:10 +01:00
ui: Fixes global
This commit is contained in:
@@ -620,7 +620,7 @@ def page_offers(self, url_split, post_string, sent=False):
|
||||
|
||||
template = server.env.get_template('offers.html')
|
||||
return self.render_template(template, {
|
||||
'page_type': 'Sent Offers' if sent else 'Network Offers',
|
||||
'page_type': 'Your Offers' if sent else 'Network Order Book',
|
||||
'page_type_description': '' if sent else '',
|
||||
'messages': messages,
|
||||
'chart': 'hidden' if sent else '',
|
||||
|
||||
Reference in New Issue
Block a user