show transfers text on post regardless

graphs-n-shit
lza_menace 4 years ago
parent ca0c515ddc
commit ec7a8ecdae

@ -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 -->