diff --git a/basicswap/templates/bid.html b/basicswap/templates/bid.html
index fc53705..7c518d9 100644
--- a/basicswap/templates/bid.html
+++ b/basicswap/templates/bid.html
@@ -561,7 +561,7 @@
{% endif %}
- {% if data.was_received == 'True' and not edit_bid %}
+ {% if data.was_received == 'True' and not edit_bid and data.can_accept_bid %}
diff --git a/basicswap/templates/bid_xmr.html b/basicswap/templates/bid_xmr.html
index 882addd..b7dbb01 100644
--- a/basicswap/templates/bid_xmr.html
+++ b/basicswap/templates/bid_xmr.html
@@ -833,7 +833,7 @@
{% endif %}
- {% if data.was_received == 'True' and not edit_bid %}
+ {% if data.was_received == 'True' and not edit_bid and data.can_accept_bid %}