taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 999a788013f736d46cd6ea7f9803fb1ffaadca40
parent 5bc14036ab60ded4d5a3bb26a389b9bf1b0e591c
Author: Stefan Kügel <skuegel@web.de>
Date:   Mon, 19 Dec 2022 18:50:35 +0100

Updating templates contact and development

Signed-off-by: Stefan Kügel <skuegel@web.de>

Diffstat:
Mtemplate/contact.html.j2 | 12++++--------
Mtemplate/development.html.j2 | 2+-
2 files changed, 5 insertions(+), 9 deletions(-)

diff --git 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 @@ -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>