From 820ccc626ecade0e236ff199800505227a24b365 Mon Sep 17 00:00:00 2001 From: lance Date: Thu, 23 Jan 2020 13:46:17 -0800 Subject: [PATCH] make huey run quietly and update social links --- docker-compose.deploy.yaml | 2 +- .../sales/get_sale/item_received.html | 22 ++++++++----------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/docker-compose.deploy.yaml b/docker-compose.deploy.yaml index 789e2f3..01c583e 100644 --- a/docker-compose.deploy.yaml +++ b/docker-compose.deploy.yaml @@ -13,6 +13,6 @@ services: env_file: - .env image: xmrauctions:latest - command: ["./manage.py", "run_huey"] + command: ["./manage.py", "run_huey", "-q"] depends_on: - "db" diff --git a/web/templates/sales/get_sale/item_received.html b/web/templates/sales/get_sale/item_received.html index d147678..abdac35 100644 --- a/web/templates/sales/get_sale/item_received.html +++ b/web/templates/sales/get_sale/item_received.html @@ -4,13 +4,6 @@

It sounds like your order was successful. The seller will be sent their funds from the transaction out of the escrow wallet. You are good to go!

If you found the site useful and had a good experience, please consider sending a tip to the developer address provided at the bottom of the page.

Thanks for using {{ site_meta.name }}!

-
-

Please provide me with any feedback so I can make the process better in the future.

- {% elif request.user == sale.item.owner %}

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

The buyer confirmed receipt of their shipment which means things worked out. It's time for you to get paid!

@@ -22,13 +15,16 @@

Network Fee (XMR): {{ sale.network_fee_xmr }}

Total Payout (XMR): {{ total_seller_payout }}

Payout Address: {{ sale.item.payout_address }}

-

Payout Transaction ID: {{ sale.seller_payout_transaction }}

+

Payout Transaction ID: {{ sale.seller_payout_transaction }}


If you found the site useful and had a good experience, please consider sending a tip to the developer address provided at the bottom of the page.

Thanks for using {{ site_meta.name }}!

-
-

Please provide me with any feedback so I can make the process better in the future.

-
  • Github -
  • Twitter
  • -
  • Reddit
  • {% endif %} + +
    +

    Please provide me with any feedback so I can make the process better in the future.

    + \ No newline at end of file