mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
ui: Add 404 page
This commit is contained in:
@@ -171,9 +171,9 @@ def page_bids(self, url_split, post_string, sent=False, available=False, receive
|
||||
'page_type_sent': 'Sent' if sent else '',
|
||||
'page_type_available': 'Available' if available else '',
|
||||
'page_type_received': 'Received' if received else '',
|
||||
'page_type_sent_description': 'Sent description' if sent else '',
|
||||
'page_type_available_description': 'Available description' if available else '',
|
||||
'page_type_received_description': 'Received description' if received else '',
|
||||
'page_type_sent_description': '' if sent else '',
|
||||
'page_type_available_description': '' if available else '',
|
||||
'page_type_received_description': '' if received else '',
|
||||
'messages': messages,
|
||||
'filters': filters,
|
||||
'data': page_data,
|
||||
|
||||
Reference in New Issue
Block a user