From a87180f2ef7aa971558f6f57cc70dd611301a387 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Thu, 24 Apr 2025 03:44:15 +0000 Subject: [PATCH] header: bid totals too high --- basicswap/templates/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basicswap/templates/header.html b/basicswap/templates/header.html index 76197d7..5b811c5 100644 --- a/basicswap/templates/header.html +++ b/basicswap/templates/header.html @@ -452,8 +452,8 @@
Sent bids: {{ summary.num_sent_bids }} ({{ summary.num_sent_active_bids }} active)
-Received bids: {{ summary.num_recv_bids }} ({{ summary.num_recv_active_bids }} active)
+Sent bids: {{ sent_bids_count }} ({{ summary.num_sent_active_bids }} active)
+Received bids: {{ received_bids_count }} ({{ summary.num_recv_active_bids }} active)