From 7e4dd125e1711dcfc931be6ca2c33db1fd389458 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Thu, 13 Oct 2022 19:53:34 +0200 Subject: [PATCH] ui: Table fix --- basicswap/templates/offer.html | 6 +++--- basicswap/templates/offers.html | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/basicswap/templates/offer.html b/basicswap/templates/offer.html index 473817c..00e345a 100644 --- a/basicswap/templates/offer.html +++ b/basicswap/templates/offer.html @@ -301,20 +301,20 @@ None {% if data.amount_negotiable == true %} Amount - + {% endif %} {% if data.rate_negotiable == true %} Rate - + {% endif %} Minutes valid - + diff --git a/basicswap/templates/offers.html b/basicswap/templates/offers.html index 9595020..9f9e399 100644 --- a/basicswap/templates/offers.html +++ b/basicswap/templates/offers.html @@ -311,11 +311,11 @@ {{ o[7] }} {{ o[8] }}{% if o[9]==true %} {% endif %} - {{ o[3] }}: - {{ o[4] }} - {{ o[2] }}: - {{ o[5] }} - {{ o[6] }} + {{ o[2] }} + {{ o[4] }} + {{ o[3] }} + {{ o[5] }} + {{ o[6] }} {% if o[9]==true %}Edit {% else %} Swap {% endif %}