summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2022-12-19 18:50:35 +0100
committerStefan Kügel <skuegel@web.de>2022-12-19 18:50:35 +0100
commit999a788013f736d46cd6ea7f9803fb1ffaadca40 (patch)
treecab4b86ebf7123020dbdf83014fdb7b980f85da7 /template
parent5bc14036ab60ded4d5a3bb26a389b9bf1b0e591c (diff)
downloadwww-999a788013f736d46cd6ea7f9803fb1ffaadca40.tar.gz
www-999a788013f736d46cd6ea7f9803fb1ffaadca40.tar.bz2
www-999a788013f736d46cd6ea7f9803fb1ffaadca40.zip
Updating templates contact and development
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat (limited to 'template')
-rw-r--r--template/contact.html.j212
-rw-r--r--template/development.html.j22
2 files changed, 5 insertions, 9 deletions
diff --git a/template/contact.html.j2 b/template/contact.html.j2
index 880f007c..b2f7d341 100644
--- a/template/contact.html.j2
+++ b/template/contact.html.j2
@@ -14,13 +14,10 @@
<p>
{% trans %}
A public mailing list for GNU Taler is hosted at
- {% endtrans %}
- <a href="https://lists.gnu.org/mailman/listinfo/taler" target="_blank" rel="noopener noreferrer">https://lists.gnu.org/mailman/listinfo/taler</a>
- (<a href="https://lists.gnu.org/archive/html/taler/" target="_blank" rel="noopener noreferrer">{{ _("archive")}}</a>).
- {% trans %}
+ <a href="https://lists.gnu.org/mailman/listinfo/taler" target="_blank" rel="noopener noreferrer">https://lists.gnu.org/mailman/listinfo/taler</a>,
+ <a href="https://lists.gnu.org/archive/html/taler/" target="_blank" rel="noopener noreferrer">archived here</a>.
You can send messages to the list via email to
- {% endtrans %}
- <a href="mailto:taler@gnu.org">taler@gnu.org</a>.
+ <a href="mailto:taler@gnu.org">taler@gnu.org</a>.{% endtrans %}
</p>
</div>
@@ -95,8 +92,7 @@
{% trans %}
You can reach our Head of Marketing handling your requests by sending an email to
<a href="mailto:sales@taler.net">sales@taler.net</a> respectively
- <a href="mailto:marketing@taler.net">marketing@taler.net</a>
- .{% endtrans %}
+ <a href="mailto:marketing@taler.net">marketing@taler.net</a>.{% endtrans %}
</p>
</div>
diff --git a/template/development.html.j2 b/template/development.html.j2
index c8b7778a..4eaa01a8 100644
--- a/template/development.html.j2
+++ b/template/development.html.j2
@@ -4,7 +4,7 @@
<div class="container">
<div class="row">
<div class="col">
- <h1>{{ _("GNU Taler: Links and information for code development")}}</h1>
+ <h1>{{ _("GNU Taler: Links and Information for Code Development")}}</h1>
</div>
</div>