mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 17:49:41 +00:00
Try and use same banner for donate page
This commit is contained in:
parent
1b7046972b
commit
fd2d01b3ca
@ -27,12 +27,16 @@
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="row py-3">
|
||||
{% set link = bag('links', this.alt, 'donate') %}
|
||||
{% if link %}
|
||||
<a class="rectangle" href="{{ link }}">{{ _('Donate now') }}</a>
|
||||
{% else %}
|
||||
<a class="rectangle" href="https://torproject.org/donate/donate-usetor-hp1">{{ _('DONATE NOW') }}</a>
|
||||
{% endif %}
|
||||
{% if this._model == 'donate-form' %}
|
||||
<a class="rectangle" href="#giving-form">{{ _('Donate now') }}</a>
|
||||
{% else %}
|
||||
{% set link = bag('links', this.alt, 'donate') %}
|
||||
{% if link %}
|
||||
<a class="rectangle" href="{{ link }}">{{ _('Donate now') }}</a>
|
||||
{% else %}
|
||||
<a class="rectangle" href="https://torproject.org/donate/donate-usetor-hp1">{{ _('DONATE NOW') }}</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -11,7 +11,8 @@
|
||||
{% endif %}
|
||||
<div class="row">
|
||||
{% if this._model == 'donate-form' and this.header_image|length %}
|
||||
<div class="col-12 content-center pt-1 pt-sm-0 donate-has-image">
|
||||
{% include 'banner.html' %}
|
||||
{# <div class="col-12 content-center pt-1 pt-sm-0 donate-has-image">
|
||||
<h2 class="mx-auto display-3 text-white text-capitalize donate-title">{{ this.title }}</h2>
|
||||
<img src="{{ '/static/css/images/home/png/yec-activist-light-en@3x.png' | asseturl }}" class="donate-header-image img-fluid" />
|
||||
<!--{% set idx = this.header_image.index(".png") %}
|
||||
@ -22,7 +23,7 @@
|
||||
<a href="{{ this.header_tag_link.ascii_url }}" title="Friends of Tor" class="match">{{ _( this.header_tag_line ) }}</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div> #}
|
||||
{% else %}
|
||||
<div class="col-12 content-center pt-5">
|
||||
<div class="row">
|
||||
|
Loading…
Reference in New Issue
Block a user