From 63ac9a953c6986cba5726565dea11a621b90deea Mon Sep 17 00:00:00 2001 From: pitchum Date: Thu, 28 May 2020 08:30:37 +0200 Subject: Fix jinja syntax error. Signed-off-by: Christian Grothoff --- template/docs.html.j2 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'template') diff --git a/template/docs.html.j2 b/template/docs.html.j2 index 22d91119..da12743e 100644 --- a/template/docs.html.j2 +++ b/template/docs.html.j2 @@ -37,10 +37,10 @@

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

- {% trans %} + {% trans baseurl=siteconfitem['docshost'] %} Tutorial and manual for operating a merchant. Also available as - PDF. + PDF. {% endtrans %} @@ -49,10 +49,10 @@

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

- {% trans %} + {% trans baseurl=siteconfitem['docshost'] %} Tutorial for processing Taler payments using the merchant backend API. Also available as - PDF. + PDF. {% endtrans %} @@ -61,10 +61,10 @@

{{ _("Exchange")}}

- {% trans %} + {% trans baseurl=siteconfitem['docshost'] %} Operator's manual for the GNU Taler exchange. Also available as - PDF. + PDF. {% endtrans %} @@ -73,10 +73,10 @@

{{ _("Bank Integration") }}

- {% trans %} + {% trans baseurl=siteconfitem['docshost'] %} Manual for tightly integrating Taler with banking applications. Also available as - PDF. + PDF. {% endtrans %} @@ -103,10 +103,10 @@

{{ _("Back office") }}

- {% trans %} + {% trans baseurl=siteconfitem['docshost'] %} Manual to run the back-office Web application. Also available as - PDF. + PDF. {% endtrans %} @@ -115,10 +115,10 @@

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

- {% trans %} + {% trans baseurl=siteconfitem['docshost'] %} Manual for configuring and using the point of sale app. Also available as - PDF. + PDF. {% endtrans %} @@ -161,11 +161,11 @@

{{ _("Onboarding")}}

- {% trans %} + {% trans baseurl=siteconfitem['docshost'] %} Description of our taler.net setup and how to contribute. Also available as {% endtrans %} - PDF. + PDF. -- cgit v1.2.3