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 %}