From 9102efecb61884ebaa575a45a94e8fd4afeaa7d1 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Tue, 11 Oct 2022 00:35:45 +0200 Subject: [PATCH] Styled sent_bid_id - --- basicswap/templates/offer.html | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/basicswap/templates/offer.html b/basicswap/templates/offer.html index c53ea87..0ad76ab 100644 --- a/basicswap/templates/offer.html +++ b/basicswap/templates/offer.html @@ -117,7 +117,33 @@ {% endfor %} {% if sent_bid_id %} -

Sent Bid {{ sent_bid_id }}

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