commit a94ae8c797d80c9b940a0230a69468a9d6085ef8 Author: hiro hiro@torproject.org Date: Tue Mar 26 17:40:01 2019 +0100
Fix templates --- templates/sponsors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/sponsors.html b/templates/sponsors.html index b0c93b0..b67432d 100644 --- a/templates/sponsors.html +++ b/templates/sponsors.html @@ -33,7 +33,7 @@ <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.') }}</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> + <p><a href="{{ '/about/reports'|url(alt=this.alt) }}" title="Reports"><u>{{ _('Further details about our audited and reviewed funding can be found with our Financial Reports.') }}</u></a><p> </div> </div> </div>
tor-commits@lists.torproject.org