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 %}