commit 02ae76cbac55d688637c4d2bb4272ed62a8e0280 Author: gus gus@torproject.org Date: Fri Oct 22 17:08:02 2021 -0300
Disable yec21 banner and FoT --- templates/banner.html | 4 ++-- templates/header.html | 1 - 2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/templates/banner.html b/templates/banner.html index 6b0b447..5bc1a91 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -12,8 +12,8 @@ </div> <div class="row"> <h2 class="banner-small-text"> - {{ _('Your donation will be matched by Friends of Tor, up to $150,000.') }} - </h2> + <!-- {{ _('Your donation will be matched by Friends of Tor, up to $150,000.') }} + --> </h2> </div> {% if locale.direction == 'text-right' %} <div class="col-4 order-0"> diff --git a/templates/header.html b/templates/header.html index d9acc3e..d7d9f57 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,5 +1,4 @@ {% if this._model == 'donate-form' and this.header_image|length %} - {% include 'banner.html' %} {% else %} {% if this.color == 'primary' %} <div class="container-fluid bg-primary">
tor-commits@lists.torproject.org