- {% if current_user.is_authenticated and current_user.should_show_upgrade_button() %}
+ {% if NOW.timestamp < 1701475201 and current_user.is_authenticated and current_user.should_show_upgrade_button() %}
Black Friday: $20 for the first year instead of $30. Available until December 1st.
diff --git a/templates/dashboard/pricing.html b/templates/dashboard/pricing.html
index 93e6f2efd..138b2b5eb 100644
--- a/templates/dashboard/pricing.html
+++ b/templates/dashboard/pricing.html
@@ -57,19 +57,22 @@
{% endblock %}
{% block default_content %}
-
- Black Friday Deal: 33% off on the yearly plan for the
first year ($20 instead of $30).
-
- Please use this coupon code
-
BF2023 during the checkout.
-
-
-
- Available until December 1, 2023.
-
+ {% if NOW.timestamp < 1701475201 %}
+
+
+ Black Friday Deal: 33% off on the yearly plan for the
first year ($20 instead of $30).
+
+ Please use this coupon code
+
BF2023 during the checkout.
+
+
+
+ Available until December 1, 2023.
+
+ {% endif %}
Upgrade to unlock premium features