show transfers text on post regardless

This commit is contained in:
lza_menace 2020-08-11 01:18:17 -07:00
parent ca0c515ddc
commit ec7a8ecdae
1 changed files with 19 additions and 21 deletions

View File

@ -20,7 +20,6 @@
<!-- Payments -->
<h2>Payments</h2>
<p style="word-break:break-all;">Vote for this post by sending WOW to the following address:<br><i>{{ address }}</i></p>
{% if transfers %}
<h5>WOW Received</h5>
{% if transfers.in %}
<ul>
@ -41,7 +40,6 @@
{% else %}
<p>No payouts yet.</p>
{% endif %}
{% endif %}
<hr>
<!-- Comments -->