From 42a33bdb7120c5e2fe66624741a4737231c67396 Mon Sep 17 00:00:00 2001 From: ng <�> Date: Sat, 24 Sep 2022 23:23:09 +0200 Subject: feat: ✨ Add a shopping cart icon to the pay button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talermerchantdemos/templates/blog-index.html.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'talermerchantdemos/templates') diff --git a/talermerchantdemos/templates/blog-index.html.j2 b/talermerchantdemos/templates/blog-index.html.j2 index 9468cc7..7c69b12 100644 --- a/talermerchantdemos/templates/blog-index.html.j2 +++ b/talermerchantdemos/templates/blog-index.html.j2 @@ -20,12 +20,11 @@ {{ gettext("Click on an individual chapter to to purchase it with GNU Taler.") }} {{ gettext('You can get free, virtual money to buy articles on this page at the bank.').format(env('TALER_ENV_URL_BANK')) }} -
{% for article in articles %}

{{article.title}}

-

{{ article.teaser|safe }} {{ gettext('Pay to read more...') }}

+

{{ article.teaser|safe }} {{ gettext('Pay to read more...') }}

{% else %} ({{ gettext("No articles available in this language.") }}) -- cgit v1.2.3