commit 4a54e42bb97a6ed98b477c535c5c67a5e8604185 Author: emma peel emma.peel@riseup.net Date: Mon Nov 1 10:26:58 2021 +0100
no need to send to translation, if we are not using this string --- templates/outreach-talk.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/outreach-talk.html b/templates/outreach-talk.html index ce98d72..41de3b2 100644 --- a/templates/outreach-talk.html +++ b/templates/outreach-talk.html @@ -72,7 +72,7 @@
<div class="card mt-5"> <ul class="list-group list-group-flush"> - <!--li class="list-group-item"><a><span class="card-text text-muted">{{ _("Contributors to this page:") }} <a href="#" title="#">cypherpunk</a></span></li--> + <!--li class="list-group-item"><a><span class="card-text text-muted">Contributors to this page: <a href="#" title="#">cypherpunk</a></span></li--> <li class="list-group-item"> <a href="{{ this.parent|url }}">{{ _("Back to previous page: ") }}{{ this.parent.title }}</a> - <a href="https://github.com/torproject/community/edit/master/content{{ this.path }}/contents.lr">{{ _("Edit this page") }}</a> </li>
tor-commits@lists.torproject.org