diff --git a/web/templates/sales/get_sale/no_payment_received.html b/web/templates/sales/get_sale/no_payment_received.html index b51d822..71df06a 100644 --- a/web/templates/sales/get_sale/no_payment_received.html +++ b/web/templates/sales/get_sale/no_payment_received.html @@ -13,7 +13,8 @@
  • {{ tx.transaction.hash }} ({{ tx.amount }} XMR)
  • {% endfor %} - {% endif %} +

    Once the payments are confirmed for 10 blocks the transaction will continue.

    + {% else %}
    @@ -29,6 +30,7 @@

    You can cancel the sale and reopen the item for bidding. Any funds sent will be transferred again to your return address.

    Cancel Sale

    + {% endif %} {% elif request.user == sale.item.owner %}

    Hello {{ sale.item.owner.username }},