From ec7a8ecdae8fd35999b0f52836a8158c6cdb4a77 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Tue, 11 Aug 2020 01:18:17 -0700 Subject: [PATCH] show transfers text on post regardless --- suchwow/templates/post/read.html | 40 +++++++++++++++----------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/suchwow/templates/post/read.html b/suchwow/templates/post/read.html index 9895ee2..fbaa697 100644 --- a/suchwow/templates/post/read.html +++ b/suchwow/templates/post/read.html @@ -20,27 +20,25 @@

Payments

Vote for this post by sending WOW to the following address:
{{ address }}

- {% if transfers %} -
WOW Received
- {% if transfers.in %} - - {% else %} -

No WOW received yet. Show this post some love!

- {% endif %} -
WOW Sent
- {% if transfers.out %} - - {% else %} -

No payouts yet.

- {% endif %} +
WOW Received
+ {% if transfers.in %} + + {% else %} +

No WOW received yet. Show this post some love!

+ {% endif %} +
WOW Sent
+ {% if transfers.out %} + + {% else %} +

No payouts yet.

{% endif %}