[tor-commits] [bridgedb/develop] Really change the contact address, in the correct place this time
phw at torproject.org
phw at torproject.org
Tue May 21 00:46:35 UTC 2019
commit 1d2d260c00b0b0e89b5df07d2df30733895108bb
Author: Matthew Finkel <Matthew.Finkel at gmail.com>
Date: Tue Nov 20 02:24:39 2018 +0000
Really change the contact address, in the correct place this time
* FIXES #23894 https://bugs.torproject.org/23894
---
bridgedb/distributors/https/templates/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bridgedb/distributors/https/templates/base.html b/bridgedb/distributors/https/templates/base.html
index 86bf85d..0582d46 100644
--- a/bridgedb/distributors/https/templates/base.html
+++ b/bridgedb/distributors/https/templates/base.html
@@ -67,7 +67,7 @@ ${next.body(strings, rtl=rtl, lang=lang, **kwargs)}
<h4>${_(strings.HELP[0])}</h4>
<p>
${_(strings.HELP[1]) % \
- ("""<a href="mailto:help at rt.torproject.org">help at rt.torproject.org</a>""")}
+ ("""<a href="mailto:frontdesk at torproject.org"></a>""")}
${_(strings.HELP[2])}
</p>
</div>
More information about the tor-commits
mailing list