diff --git a/basicswap/__init__.py b/basicswap/__init__.py index cf687f7..ba22722 100644 --- a/basicswap/__init__.py +++ b/basicswap/__init__.py @@ -1,3 +1,3 @@ name = "basicswap" -__version__ = "0.11.42" +__version__ = "0.11.43" diff --git a/basicswap/templates/offers.html b/basicswap/templates/offers.html index 0e74dd8..ef66f78 100644 --- a/basicswap/templates/offers.html +++ b/basicswap/templates/offers.html @@ -206,13 +206,13 @@ - + - +
-
{{ o[0] }}
+
{{ o[0] }}
diff --git a/basicswap/ui/page_offers.py b/basicswap/ui/page_offers.py index 62273c8..65a6d1f 100644 --- a/basicswap/ui/page_offers.py +++ b/basicswap/ui/page_offers.py @@ -621,7 +621,8 @@ def page_offers(self, url_split, post_string, sent=False): o.addr_from, o.was_sent, ci_from.format_amount(completed_amount), - is_expired)) + is_expired, + o.active_ind)) coins_from, coins_to = listAvailableCoins(swap_client, split_from=True)