diff --git a/basicswap/templates/offer_new_1.html b/basicswap/templates/offer_new_1.html index 6758519..0ca0380 100644 --- a/basicswap/templates/offer_new_1.html +++ b/basicswap/templates/offer_new_1.html @@ -248,31 +248,68 @@ -
-
-
-
-

Options

-
-
-
-
-
- -

Allow bids with a different amount to the offer.

-
-
-
-
-
- -

Allow bids with a different rate to the offer.

-
-
-
-
-
+ +{% if debug_mode == true %} +
+
+
+
+

Options

+
+
+
+
+
+
+ +

Allow bids with a different amount to the offer.

+
+
+
+
+ +
+
+ +

Allow bids with a different rate to the offer.

+
+
+
+
+
+
+{% else %} +
+
+
+
+

Options

+
+
+
+
+ +
+
+ +

Allow bids with a different amount to the offer.

+
+
+
+
+ +
+
+ +

Allow bids with a different rate to the offer.

+
+
+
+
+
+
+{% endif %}