remove leftover `or True`

pull/195/head
Aevann 2023-08-25 01:29:26 +03:00
parent 9293ead8b9
commit d3579f4c66
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
</tr>
</tbody>
</table>
{% if v and v.truescore >= TRUESCORE_DONATE_MINIMUM or True %}
{% if v and v.truescore >= TRUESCORE_DONATE_MINIMUM %}
<li class="pl-2 pb-4">
If you donate via {{DONATE_SERVICE}}, please first <a href="/settings/security#site-settings-email-section">verify your email on the site</a>, and then use that same email on {{DONATE_SERVICE}} to get your <a rel="nofollow noopener" href="{{DONATE_LINK}}">{{patron}} rewards</a> automatically!
</li>