|
@@ -146,7 +146,7 @@
|
|
|
<br> You can also get {{ kofi_settings['donation_points'] }} {{ d_points_label }} for every dollar you donate on Kofi{% if kofi_settings['subs'] %}, and {{ kofi_settings['sub_points'] }} {{ s_points_label }} every month for subscribing to my Kofi page{% endif %}.
|
|
<br> You can also get {{ kofi_settings['donation_points'] }} {{ d_points_label }} for every dollar you donate on Kofi{% if kofi_settings['subs'] %}, and {{ kofi_settings['sub_points'] }} {{ s_points_label }} every month for subscribing to my Kofi page{% endif %}.
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
- <h3>Active Votes</h3>
|
|
|
|
|
|
|
+ <h3><u>Active Votes</u></h3>
|
|
|
{% if votes %}
|
|
{% if votes %}
|
|
|
<table>
|
|
<table>
|
|
|
<thead>
|
|
<thead>
|
|
@@ -174,10 +174,10 @@
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
|
{% else %}
|
|
{% else %}
|
|
|
- There are currently no active votes
|
|
|
|
|
|
|
+ <span style="color: yellow;">There are currently no active votes</span>
|
|
|
<br>
|
|
<br>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
- <h3>Active Goals</h3>
|
|
|
|
|
|
|
+ <h3><u>Active Goals</u></h3>
|
|
|
{% if goals %}
|
|
{% if goals %}
|
|
|
<table>
|
|
<table>
|
|
|
<thead>
|
|
<thead>
|
|
@@ -228,11 +228,11 @@
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
|
{% else %}
|
|
{% else %}
|
|
|
- There are currently no active goals
|
|
|
|
|
|
|
+ <span style="color: yellow;">There are currently no active goals</span>
|
|
|
<br>
|
|
<br>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
|
|
- <h3>Active Rewards</h3>
|
|
|
|
|
|
|
+ <h3><u>Active Rewards</u></h3>
|
|
|
{% if rewards %}
|
|
{% if rewards %}
|
|
|
<table>
|
|
<table>
|
|
|
<thead>
|
|
<thead>
|
|
@@ -269,7 +269,7 @@
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
|
{% else %}
|
|
{% else %}
|
|
|
- There are currently no active redeems
|
|
|
|
|
|
|
+ <span style="color: yellow;">There are currently no active redeems</span>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
<br><br>
|
|
<br><br>
|
|
|
</body>
|
|
</body>
|