From 0472958fc2fbd916bd3960a2486e2f2737fe8d01 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Tue, 11 Oct 2022 01:31:18 +0200 Subject: [PATCH] Fixed events table bid_xmr template --- basicswap/templates/bid_xmr.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basicswap/templates/bid_xmr.html b/basicswap/templates/bid_xmr.html index b2f93e8..1297d20 100644 --- a/basicswap/templates/bid_xmr.html +++ b/basicswap/templates/bid_xmr.html @@ -272,7 +272,8 @@ {% for e in data.events %} - {{ e.at | formatts }} + + {{ e.at | formatts }} {{ e.desc }} {% endfor %} @@ -283,7 +284,6 @@ {% else %} {% endif %} -
{% if data.show_txns %}