From ab0ba5737d689aa8a37f65702b3a79275ef2849f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 1 Dec 2020 20:25:37 +0100 Subject: enable new style formatting --- template/docs.html.j2 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'template') diff --git a/template/docs.html.j2 b/template/docs.html.j2 index a8c01bbf..6c84c444 100644 --- a/template/docs.html.j2 +++ b/template/docs.html.j2 @@ -40,7 +40,7 @@ {% trans %} Tutorial and manual for operating a merchant. {% endtrans %} - {{ gettext('Also available as PDF.')|format(link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-manual.pdf") }} + {{ gettext('Also available as PDF.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-manual.pdf") }}
@@ -51,7 +51,7 @@ {% trans %} Tutorial for processing Taler payments using the merchant backend API. {% endtrans %} - {{ gettext('Also available as PDF.')|format(link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-api-tutorial.pdf") }} + {{ gettext('Also available as PDF.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-api-tutorial.pdf") }}
@@ -62,7 +62,7 @@ {% trans %} Operator's manual for the GNU Taler exchange. {% endtrans %} - {{ gettext('Also available as PDF.')|format(link="https://" + siteconfitem['docshost'] + "/pdf/taler-exchange-manual.pdf") }} + {{ gettext('Also available as PDF.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-exchange-manual.pdf") }}
@@ -73,7 +73,7 @@ {% trans %} Manual for tightly integrating Taler with banking applications. {% endtrans %} - {{ gettext('Also available as PDF.')|format(link="https://" + siteconfitem['docshost'] + "/pdf/taler-bank-manual.pdf") }} + {{ gettext('Also available as PDF.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-bank-manual.pdf") }}
@@ -102,7 +102,7 @@ {% trans %} Manual to run the back-office Web application. {% endtrans %} - {{ gettext('Also available as PDF.')|format(link="https://" + siteconfitem['docshost'] + "/pdf/taler-backoffice-manual.pdf") }} + {{ gettext('Also available as PDF.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-backoffice-manual.pdf") }}
@@ -113,7 +113,7 @@ {% trans %} Manual for configuring and using the point of sale app. {% endtrans %} - {{ gettext('Also available as PDF.')|format(link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-pos-terminal.pdf") }} + {{ gettext('Also available as PDF.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-pos-terminal.pdf") }}
@@ -158,7 +158,7 @@ {% trans %} Description of our taler.net setup and how to contribute. {% endtrans %} - {{ gettext('Also available as PDF.')|format(link="https://" + siteconfitem['docshost'] + "/pdf/developers-manual.pdf") }} + {{ gettext('Also available as PDF.', link="https://" + siteconfitem['docshost'] + "/pdf/developers-manual.pdf") }}
-- cgit v1.2.3