diff --git a/basicswap/templates/bid.html b/basicswap/templates/bid.html index e96dfdf..b9b83bd 100644 --- a/basicswap/templates/bid.html +++ b/basicswap/templates/bid.html @@ -58,7 +58,7 @@
{% endif %} {% if data.can_abandon == true %} - + {% endif %} {% if data.show_txns %} @@ -90,7 +90,7 @@

home

diff --git a/basicswap/templates/bid_xmr.html b/basicswap/templates/bid_xmr.html index 4663d4e..ed1c1f3 100644 --- a/basicswap/templates/bid_xmr.html +++ b/basicswap/templates/bid_xmr.html @@ -45,10 +45,10 @@ {% else %} {% if data.was_received == 'True' %} -
+
{% endif %} {% if data.can_abandon == true %} - + {% endif %} {% if data.show_txns %} @@ -116,7 +116,7 @@

home

diff --git a/basicswap/templates/offer.html b/basicswap/templates/offer.html index 3b8ea8a..16f019f 100644 --- a/basicswap/templates/offer.html +++ b/basicswap/templates/offer.html @@ -65,7 +65,7 @@ {% else %} {% if data.sent == 'True' and data.was_revoked != true %} - + {% endif %} {% endif %} @@ -83,7 +83,7 @@ diff --git a/basicswap/templates/settings.html b/basicswap/templates/settings.html index e8bd6b9..6d43bc9 100644 --- a/basicswap/templates/settings.html +++ b/basicswap/templates/settings.html @@ -38,10 +38,10 @@ {% endif %} {% if c.can_disable == true %} - + {% endif %} {% if c.can_reenable == true %} - + {% endif %} @@ -54,7 +54,7 @@

home

diff --git a/basicswap/templates/wallets.html b/basicswap/templates/wallets.html index 6ef5d50..46e850a 100644 --- a/basicswap/templates/wallets.html +++ b/basicswap/templates/wallets.html @@ -35,12 +35,12 @@ Blocks:{{ w.blocks }} Synced:{{ w.synced }} -Expected Seed:{{ w.expected_seed }}{% if w.expected_seed != true %}{% endif %} +Expected Seed:{{ w.expected_seed }}{% if w.expected_seed != true %}{% endif %} {% if w.cid == '1' %} Stealth Address{{ w.stealth_address }} {% endif %} {{ w.deposit_address }} -Amount: Address: Subtract fee: +Amount: Address: Subtract fee: {% if w.cid == '1' %} Type From, To