aboutsummaryrefslogtreecommitdiff
path: root/contact.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'contact.html.j2')
-rw-r--r--contact.html.j219
1 files changed, 5 insertions, 14 deletions
diff --git a/contact.html.j2 b/contact.html.j2
index 2e38e0d9..69a256e8 100644
--- a/contact.html.j2
+++ b/contact.html.j2
@@ -13,10 +13,10 @@
13 <h2>{{ _("The mailing list") }}</h2> 13 <h2>{{ _("The mailing list") }}</h2>
14 <p> 14 <p>
15 {% trans %} 15 {% trans %}
16 An archived, public mailing list for GNU Taler is 16 An archived, public mailing list for GNUnet is
17 hosted at 17 hosted at
18 <a href="https://lists.gnu.org/mailman/listinfo/taler">https://lists.gnu.org/mailman/listinfo/taler</a>. You can send messages to the list 18 <a href="https://lists.gnu.org/mailman/listinfo/gnunet-developers">https://lists.gnu.org/mailman/listinfo/gnunet-developers</a>. You can send messages to the list
19 at <a href="mailto:taler@gnu.org">taler@gnu.org</a>. 19 at <a href="mailto:gnunet-developers@gnu.org">gnunet-developers@gnu.org</a>.
20 {% endtrans %} 20 {% endtrans %}
21 </p> 21 </p>
22 </div> 22 </div>
@@ -25,8 +25,8 @@
25 <h2>{{ _("Contacting individuals") }}</h2> 25 <h2>{{ _("Contacting individuals") }}</h2>
26 <p> 26 <p>
27 {% trans %} 27 {% trans %}
28 Team members are generally reachable at 28 GNUnet developers are generally reachable at
29 <tt>LASTNAME@taler.net</tt>. All of us 29 <tt>PSEUDONYM@gnunet.org</tt>. All of us
30 support receiving GnuPG encrypted e-mails. 30 support receiving GnuPG encrypted e-mails.
31 {% endtrans %} 31 {% endtrans %}
32 </p> 32 </p>
@@ -45,15 +45,6 @@
45 </p> 45 </p>
46 </div> 46 </div>
47 47
48 <div class="col-lg-6">
49 <h2>{{ _("Executive team") }}</h2>
50 <p>
51 {% trans %}
52 For non-technical commercial requests, please contact
53 <tt>ceo AT taler.net</tt>.
54 {% endtrans %}
55 </p>
56 </div>
57</div> 48</div>
58</div> 49</div>
59{% endblock body_content %} 50{% endblock body_content %}