summaryrefslogtreecommitdiff
path: root/template/docs.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-01 20:13:44 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-01 20:13:44 +0100
commit98b0950b8d859fcd970203e6332ffb7797193289 (patch)
tree6f4a9d00558bcbbc6647ee2951ab2d977e359b36 /template/docs.html.j2
parente489e5d7fde17a8cfab70d65a16363f93668ae54 (diff)
downloadwww-98b0950b8d859fcd970203e6332ffb7797193289.tar.gz
www-98b0950b8d859fcd970203e6332ffb7797193289.tar.bz2
www-98b0950b8d859fcd970203e6332ffb7797193289.zip
use old style
Diffstat (limited to 'template/docs.html.j2')
-rw-r--r--template/docs.html.j214
1 files changed, 7 insertions, 7 deletions
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index 6c84c444..a8c01bbf 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 <a href="%(link)s">PDF</a>.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-manual.pdf") }}
+ {{ gettext('Also available as <a href="%(link)s">PDF</a>.')|format(link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-manual.pdf") }}
</div>
<div class="col-3">
@@ -51,7 +51,7 @@
{% trans %}
Tutorial for processing Taler payments using the merchant backend API.
{% endtrans %}
- {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-api-tutorial.pdf") }}
+ {{ gettext('Also available as <a href="%(link)s">PDF</a>.')|format(link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-api-tutorial.pdf") }}
</div>
<div class="col-3">
@@ -62,7 +62,7 @@
{% trans %}
Operator&#39;s manual for the GNU Taler exchange.
{% endtrans %}
- {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-exchange-manual.pdf") }}
+ {{ gettext('Also available as <a href="%(link)s">PDF</a>.')|format(link="https://" + siteconfitem['docshost'] + "/pdf/taler-exchange-manual.pdf") }}
</div>
<div class="col-3">
@@ -73,7 +73,7 @@
{% trans %}
Manual for tightly integrating Taler with banking applications.
{% endtrans %}
- {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-bank-manual.pdf") }}
+ {{ gettext('Also available as <a href="%(link)s">PDF</a>.')|format(link="https://" + siteconfitem['docshost'] + "/pdf/taler-bank-manual.pdf") }}
</div>
</div>
@@ -102,7 +102,7 @@
{% trans %}
Manual to run the back-office Web application.
{% endtrans %}
- {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-backoffice-manual.pdf") }}
+ {{ gettext('Also available as <a href="%(link)s">PDF</a>.')|format(link="https://" + siteconfitem['docshost'] + "/pdf/taler-backoffice-manual.pdf") }}
</div>
<div class="col-3">
@@ -113,7 +113,7 @@
{% trans %}
Manual for configuring and using the point of sale app.
{% endtrans %}
- {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-pos-terminal.pdf") }}
+ {{ gettext('Also available as <a href="%(link)s">PDF</a>.')|format(link="https://" + siteconfitem['docshost'] + "/pdf/taler-merchant-pos-terminal.pdf") }}
</div>
<div class="col-3">
@@ -158,7 +158,7 @@
{% trans %}
Description of our taler.net setup and how to contribute.
{% endtrans %}
- {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconfitem['docshost'] + "/pdf/developers-manual.pdf") }}
+ {{ gettext('Also available as <a href="%(link)s">PDF</a>.')|format(link="https://" + siteconfitem['docshost'] + "/pdf/developers-manual.pdf") }}
</div>
</div>