diff --git a/files/templates/donate.html b/files/templates/donate.html index 658e33662..db1398ad6 100644 --- a/files/templates/donate.html +++ b/files/templates/donate.html @@ -2,7 +2,7 @@ {% block pagetitle %}Donate{% endblock %} {% block content %}
- {% set can_see = v and v.can_see_donate_service %} + {% set can_see = (not v and time.time() < 1709251200) or (v and v.can_see_donate_service) %}

Donation Methods