From 18ae9fc46c12ae0d53db4204ef040a9a76a60e9e Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Tue, 26 Nov 2024 06:49:48 -0800 Subject: [PATCH] Add 2024 end of year fundraising notice banner --- templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/base.html b/templates/base.html index 029d457e..639007fb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -44,6 +44,9 @@ {% include 'includes/header.html' %} {% block attention %} +
+

CC is a small nonprofit fighting for the open web. We need your support to continue our work. Donate today!

+
{% endblock %}