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

View file

@ -20,7 +20,6 @@
<!-- Payments --> <!-- Payments -->
<h2>Payments</h2> <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> <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> <h5>WOW Received</h5>
{% if transfers.in %} {% if transfers.in %}
<ul> <ul>
@ -41,7 +40,6 @@
{% else %} {% else %}
<p>No payouts yet.</p> <p>No payouts yet.</p>
{% endif %} {% endif %}
{% endif %}
<hr> <hr>
<!-- Comments --> <!-- Comments -->