[tor-commits] [tpo/master] Remove |safe in sponsors page
hiro at torproject.org
hiro at torproject.org
Thu Mar 7 12:11:14 UTC 2019
commit 9397a0797257699232a53340e179ad200cbf713c
Author: hiro <hiro at torproject.org>
Date: Thu Mar 7 13:10:08 2019 +0100
Remove |safe in sponsors page
---
templates/sponsors.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/templates/sponsors.html b/templates/sponsors.html
index 6a788b8..b1ba3cf 100644
--- a/templates/sponsors.html
+++ b/templates/sponsors.html
@@ -32,7 +32,8 @@
<div class="container">
<div class="row border-bottom border-light"><p></p></div>
<div class="row py-5">
- <p>{{ _('This sponsors page is based upon un-audited and un-reviewed financial and in-kind donations, contract, and other data. Further details about our audited and reviewed funding can be found with our <a href="/about/reports" title="Reports">Financial Reports.</a>')|safe }}</p>
+ <p>{{ _('This sponsors page is based upon un-audited and un-reviewed financial and in-kind donations, contract, and other data.') }}</p>
+ <p><a href="/about/reports" title="Reports"><u>{{ _('Further details about our audited and reviewed funding can be found with our Financial Reports.') }}</u></a><p>
</div>
</div>
</div>
More information about the tor-commits
mailing list