[tor-commits] [lego/master] Update header template for donate page
hiro at torproject.org
hiro at torproject.org
Thu Nov 26 13:44:39 UTC 2020
commit 57490aea4c53af9e40a127415a41d34b45d2a5d7
Author: hiro <hiro at torproject.org>
Date: Thu Nov 26 14:44:07 2020 +0100
Update header template for donate page
---
templates/header.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/header.html b/templates/header.html
index 4980bfe..29694a8 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -19,7 +19,7 @@
<img src="{{ header_mobile | asseturl }}" class="donate-header-image-mobile img-fluid" />
{% if this.header_tag_line %}
<div class="text-center py-3">
- <a href="{{ this.header_tag_link | url }}" title="Friends of Tor" class="match">{{ _( this.header_tag_line ) }}</a>
+ <a href="{{ this.header_tag_link.ascii_url | url }}" title="Friends of Tor" class="match">{{ _( this.header_tag_line ) }}</a>
</div>
{% endif %}
</div>
More information about the tor-commits
mailing list