From 0ca5aefc12877a220de8ba64e434cd4ef3d782be Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Thu, 28 Nov 2024 21:08:15 +0100 Subject: [PATCH] ui: Removed %, small fix. --- basicswap/templates/wallets.html | 189 ++----------------------------- 1 file changed, 11 insertions(+), 178 deletions(-) diff --git a/basicswap/templates/wallets.html b/basicswap/templates/wallets.html index d80f6ab..d09e661 100644 --- a/basicswap/templates/wallets.html +++ b/basicswap/templates/wallets.html @@ -64,7 +64,7 @@

{{ w.name }} ({{ w.ticker }})

-

Version: {{ w.version }} {% if w.updating %} Updating..

+

Version: {{ w.version }} {% if w.updating %}

{% endif %}
@@ -207,23 +207,17 @@ {% include 'footer.html' %}