commit a1bf61f36ccf730df140f684e3ea6970b6d6a9d8 Author: hiro hiro@torproject.org Date: Mon Oct 19 20:20:52 2020 +0200
Move banner to css/images --- assets/static/{ => css}/images/donate-banner.png | Bin templates/header.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/static/images/donate-banner.png b/assets/static/css/images/donate-banner.png similarity index 100% rename from assets/static/images/donate-banner.png rename to assets/static/css/images/donate-banner.png diff --git a/templates/header.html b/templates/header.html index ff8af47..9e19eb4 100644 --- a/templates/header.html +++ b/templates/header.html @@ -7,7 +7,7 @@ {% if this.color == 'primary' %} <div class="container bg-primary pt-5"> {% else %} - <div class="container {% if this.header_color %} bg-{{ this.header_color }} {% else %} bg-dark {% endif %} pt-5"> + <div class="container {% if this.header_color %} bg-{{ this.header_color }} {% else %} bg-dark {% endif %}git pt-5"> {% endif %} <div class="row"> {% if this.html == 'donate-form.html' and this.header_image|length %}
tor-commits@lists.torproject.org