diff --git a/basicswap/templates/wallet.html b/basicswap/templates/wallet.html
index bb36768..670c13d 100644
--- a/basicswap/templates/wallet.html
+++ b/basicswap/templates/wallet.html
@@ -129,7 +129,8 @@
Pending: +{{ w.pending }} {{ w.ticker }}
{% endif %}
- {% if w.cid == '1' %} {# PART #}
+
+ {% if w.cid == '1' %} {# PART #}
Blind Balance: |
{{ w.blind_balance }} {{ w.ticker }} ()
@@ -147,9 +148,8 @@
|
|
- {% endif %}
{# / PART #}
- {% if w.cid == '3' %} {# LTC #}
+ {% elif w.cid == '3' %} {# LTC #}
MWEB Balance: |
{{ w.mweb_balance }} {{ w.ticker }} ()
@@ -379,8 +379,7 @@
correctLevel: QRCode.CorrectLevel.L
});
- {% endif %}
- {% if w.cid == '3' %}
+ {% elif w.cid == '3' %}
{# LTC #}
|