gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: Fix jinja syntax error.


From: gnunet
Subject: [taler-www] branch master updated: Fix jinja syntax error.
Date: Fri, 29 May 2020 20:58:28 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 63ac9a9  Fix jinja syntax error.
63ac9a9 is described below

commit 63ac9a953c6986cba5726565dea11a621b90deea
Author: pitchum <pitchum@users.noreply.github.com>
AuthorDate: Thu May 28 08:30:37 2020 +0200

    Fix jinja syntax error.
    
    Signed-off-by: Christian Grothoff <christian@grothoff.org>
---
 template/docs.html.j2 | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/template/docs.html.j2 b/template/docs.html.j2
index 22d9111..da12743 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -37,10 +37,10 @@
       <img src="{{ url('icons/icon-backend.svg') }}" height=60>
       <h3>{{ _("Merchant Backend Administration")}}</h3>
       </a>
-      {% trans %}
+      {% trans baseurl=siteconfitem['docshost'] %}
         Tutorial and manual for operating a merchant.
         Also available as
-        <a href="https://{{ siteconfitem['docshost'] 
}}/pdf/taler-merchant-manual.pdf">PDF</a>.
+        <a href="https://%(baseurl)s/pdf/taler-merchant-manual.pdf">PDF</a>.
       {% endtrans %}
     </div>
 
@@ -49,10 +49,10 @@
         <img src="{{ url('icons/icon-market.svg') }}" height=60>
         <h3>{{ _("Merchant API Tutorial") }}</h3>
       </a>
-      {% trans %}
+      {% trans baseurl=siteconfitem['docshost'] %}
         Tutorial for processing Taler payments using the merchant backend API.
         Also available as
-        <a href="https://{{ siteconfitem['docshost'] 
}}/pdf/taler-merchant-api-tutorial.pdf">PDF</a>.
+        <a 
href="https://%(baseurl)s/pdf/taler-merchant-api-tutorial.pdf">PDF</a>.
       {% endtrans %}
     </div>
 
@@ -61,10 +61,10 @@
         <img src="{{ url('icons/icon-exchange.svg') }}" height=60>
         <h3>{{ _("Exchange")}}</h3>
       </a>
-      {% trans %}
+      {% trans baseurl=siteconfitem['docshost'] %}
         Operator&#39;s manual for the GNU Taler exchange.
         Also available as
-        <a href="https://{{ siteconfitem['docshost'] 
}}/pdf/taler-exchange-manual.pdf">PDF</a>.
+        <a href="https://%(baseurl)s/pdf/taler-exchange-manual.pdf">PDF</a>.
       {% endtrans %}
     </div>
 
@@ -73,10 +73,10 @@
         <img src="{{ url('icons/icon-bank.svg') }}" height=60>
         <h3>{{ _("Bank Integration") }}</h3>
       </a>
-      {% trans %}
+      {% trans baseurl=siteconfitem['docshost'] %}
         Manual for tightly integrating Taler with banking applications.
         Also available as
-        <a href="https://{{ siteconfitem['docshost'] 
}}/pdf/taler-bank-manual.pdf">PDF</a>.
+        <a href="https://%(baseurl)s/pdf/taler-bank-manual.pdf">PDF</a>.
       {% endtrans %}
     </div>
   </div>
@@ -103,10 +103,10 @@
         <img src="{{ url('icons/icon-backoffice.svg') }}" height=60>
         <h3>{{ _("Back office") }}</h3>
       </a>
-      {% trans %}
+      {% trans baseurl=siteconfitem['docshost'] %}
         Manual to run the back-office Web application.
         Also available as
-        <a href="https://{{ siteconfitem['docshost'] 
}}/pdf/taler-backoffice-manual.pdf">PDF</a>.
+        <a href="https://%(baseurl)s/pdf/taler-backoffice-manual.pdf">PDF</a>.
       {% endtrans %}
     </div>
 
@@ -115,10 +115,10 @@
         <img src="{{ url('icons/icon-market.svg') }}" height=60>
         <h3>{{ _("Merchant POS Terminal") }}</h3>
       </a>
-      {% trans %}
+      {% trans baseurl=siteconfitem['docshost'] %}
         Manual for configuring and using the point of sale app.
         Also available as
-        <a href="https://{{ siteconfitem['docshost'] 
}}/pdf/taler-merchant-pos-terminal.pdf">PDF</a>.
+        <a 
href="https://%(baseurl)s/pdf/taler-merchant-pos-terminal.pdf">PDF</a>.
       {% endtrans %}
     </div>
 
@@ -161,11 +161,11 @@
         <img src="{{ url('icons/icon-developers.svg') }}" height=60>
         <h3>{{ _("Onboarding")}}</h3>
       </a>
-      {% trans %}
+      {% trans baseurl=siteconfitem['docshost'] %}
         Description of our taler.net setup and how to contribute.
         Also available as
       {% endtrans %}
-      <a href="https://{{ siteconfitem['docshost'] 
}}/pdf/developers-manual.pdf">PDF</a>.
+      <a href="https://%(baseurl)s/pdf/developers-manual.pdf">PDF</a>.
     </div>
   </div>
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]