diff --git a/basicswap/templates/wallet.html b/basicswap/templates/wallet.html index 12bdb66..9379de6 100644 --- a/basicswap/templates/wallet.html +++ b/basicswap/templates/wallet.html @@ -208,7 +208,7 @@ {# / encrypted #} Expected Seed: - {{ w.expected_seed }} {% if block_unknown_seeds and w.expected_seed != true %} {# Only show addresses if wallet seed is correct #} + {{ w.expected_seed }} @@ -220,6 +220,7 @@ + {% if block_unknown_seeds and w.expected_seed != true %} {# Only show addresses if wallet seed is correct #}
@@ -240,16 +241,6 @@
{% else %} - - - - - - - - - -

Deposit

@@ -265,32 +256,7 @@
-
- {% if w.cid == '1' %} {# PART #} -
-
-
-
-
-
-
-
-
-
{{ w.name }} Stealth Address:
-
-
{{ w.stealth_address }} -
-
- -
-
-
-
- {% endif %} - {# / PART #} +
{% if w.cid in '6, 9' %} {# XMR | WOW #}
@@ -368,7 +334,31 @@
{% endif %} - {% if w.cid == '3' %} + {% if w.cid == '1' %} {# PART #} +
+
+
+
+
+
+
+
+
+
{{ w.name }} Stealth Address:
+
+
{{ w.stealth_address }} +
+
+ +
+
+
+
+ {# / PART #} + {% elif w.cid == '3' %} {# LTC #}