From e489e5d7fde17a8cfab70d65a16363f93668ae54 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 1 Dec 2020 20:06:33 +0100 Subject: fix links --- template/docs.html.j2 | 35 ++++++++++++++--------------------- 1 file changed, 14 insertions(+), 21 deletions(-) (limited to 'template') diff --git a/template/docs.html.j2 b/template/docs.html.j2 index d6fd4c41..6c84c444 100644 --- a/template/docs.html.j2 +++ b/template/docs.html.j2 @@ -37,11 +37,10 @@

{{ _("Merchant Backend Administration")}}

- {% trans baseurl=siteconfitem['docshost'] %} + {% trans %} Tutorial and manual for operating a merchant. - Also available as - PDF. {% endtrans %} + {{ gettext('Also available as PDF.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-manual.pdf") }}
@@ -49,11 +48,10 @@

{{ _("Merchant API Tutorial") }}

- {% trans baseurl=siteconfitem['docshost'] %} + {% trans %} Tutorial for processing Taler payments using the merchant backend API. - Also available as - PDF. {% endtrans %} + {{ gettext('Also available as PDF.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-api-tutorial.pdf") }}
@@ -61,11 +59,10 @@

{{ _("Exchange")}}

- {% trans baseurl=siteconfitem['docshost'] %} + {% trans %} Operator's manual for the GNU Taler exchange. - Also available as - PDF. {% endtrans %} + {{ gettext('Also available as PDF.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-exchange-manual.pdf") }}
@@ -73,11 +70,10 @@

{{ _("Bank Integration") }}

- {% trans baseurl=siteconfitem['docshost'] %} + {% trans %} Manual for tightly integrating Taler with banking applications. - Also available as - PDF. {% endtrans %} + {{ gettext('Also available as PDF.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-bank-manual.pdf") }}
@@ -103,11 +99,10 @@

{{ _("Back office") }}

- {% trans baseurl=siteconfitem['docshost'] %} + {% trans %} Manual to run the back-office Web application. - Also available as - PDF. {% endtrans %} + {{ gettext('Also available as PDF.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-backoffice-manual.pdf") }}
@@ -115,11 +110,10 @@

{{ _("Merchant POS Terminal") }}

- {% trans baseurl=siteconfitem['docshost'] %} + {% trans %} Manual for configuring and using the point of sale app. - Also available as - PDF. {% endtrans %} + {{ gettext('Also available as PDF.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-pos-terminal.pdf") }}
@@ -161,11 +155,10 @@

{{ _("Onboarding")}}

- {% trans baseurl=siteconfitem['docshost'] %} + {% trans %} Description of our taler.net setup and how to contribute. - Also available as {% endtrans %} - PDF. + {{ gettext('Also available as PDF.', link="https://" + siteconfitem['docshost'] + "/pdf/developers-manual.pdf") }}
-- cgit v1.2.3