From d15466f6560e32fb32afe97e6bba88e71dc77b94 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Fri, 21 Mar 2025 17:43:51 +0000 Subject: [PATCH] offer: move amt and rate vari to debug_ui --- basicswap/templates/offer_new_1.html | 44 +++++++--------------------- 1 file changed, 10 insertions(+), 34 deletions(-) diff --git a/basicswap/templates/offer_new_1.html b/basicswap/templates/offer_new_1.html index da9f42c..777f744 100644 --- a/basicswap/templates/offer_new_1.html +++ b/basicswap/templates/offer_new_1.html @@ -69,7 +69,7 @@
-
+
@@ -236,7 +236,7 @@
-
+

Automatically adjusts the You Get value based on the rate you’ve entered. Without it, the rate value is automatically adjusted based on the number of coins you put in You Get.

@@ -248,7 +248,6 @@
-{% if debug_mode == true %}
@@ -258,7 +257,11 @@
+ {% if debug_ui_mode == true %} + {% else %} + + {% endif %}
@@ -267,7 +270,11 @@
+ {% if debug_ui_mode == true %} + {% else %} + + {% endif %}
@@ -278,37 +285,6 @@
-{% else %} -
-
-
-
-

Options

-
-
-
-
- -
-
- -

Allow bids with a different amount to the offer.

-
-
-
-
- -
-
- -

Allow bids with a different rate to the offer.

-
-
-
-
-
-
-{% endif %}