[tor-commits] [tpo/master] Fix contact template error

gus at torproject.org gus at torproject.org
Thu Oct 10 15:36:53 UTC 2019


commit 0f887f20c943bc3e2b58b8f0123c44e9b02c7e10
Author: gus <gus at torproject.org>
Date:   Thu Oct 10 11:36:27 2019 -0400

    Fix contact template error
---
 templates/contact.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/contact.html b/templates/contact.html
index 669da91..6883853 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -77,7 +77,7 @@
       </div>
       <div class="row mt-3 mr-5">
         <h4 class="text-primary">{{ _('Report a security issue.') }}</h4>
-        <p class="text-tpo">{{ _("If you've found a security issue in one of our projects or in our infrastructure, please email tor-security at lists.torproject.org. If you've found a security bug in Tor or Tor Browser, feel free to submit it for our <a href="https://hackerone.com/torproject" target="_blank">{{ _('bug bounty program.') }}</a> If you want to encrypt your mail, you can get the GPG public key for the list by contacting tor-security-sendkey at lists.torproject.org or from pool.sks-keyservers.net. Here is the fingerprint:") }}</p>
+	<p class="text-tpo">{{ _("If you've found a security issue in one of our projects or in our infrastructure, please email tor-security at lists.torproject.org. If you've found a security bug in Tor or Tor Browser, feel free to submit it for our") }} <a href="https://hackerone.com/torproject" target="_blank">{{ _('bug bounty program.') }}</a> {{ _("If you want to encrypt your mail, you can get the GPG public key for the list by contacting tor-security-sendkey at lists.torproject.org or from pool.sks-keyservers.net. Here is the fingerprint:") }}</p>
       </div>
       <div class="row mt-3 mr-5">
         <p class="nick text-primary">gpg --fingerprint tor-security at lists.torproject.org <br />



More information about the tor-commits mailing list