From cd12b8e8aa498bc3f1d43b58dbdf432f11abc0c0 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 25 Feb 2024 08:29:42 +0200 Subject: [PATCH] add time.time --- files/templates/donate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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