taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit d867aeb8f865ff41e30d810f1776613de0da9e8e
parent 9b68cb45d3a7ff1ada80378c0d3683f85d822942
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 20 Oct 2022 14:07:32 +0200

-try to fix HTML

Diffstat:
Mtalermerchantdemos/templates/blog-index.html.j2 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/templates/blog-index.html.j2 b/talermerchantdemos/templates/blog-index.html.j2 @@ -29,7 +29,7 @@ {% for article in articles %} <div class="notice"> <h3><a href="{{ url_for('article', lang=article.lang, article_name=article.slug) }}" class="articleTitle">{{article.title}}</a></h3> - <p>{{ article.teaser|safe }} <a class="payLink" href="{{ url_for('article', lang=article.lang, article_name=article.slug) }}"><span class="icon"></span>{{ gettext('Pay to read more...') }}</a></p> + {{ article.teaser|safe }} <a class="payLink" href="{{ url_for('article', lang=article.lang, article_name=article.slug) }}"><span class="icon"></span>{{ gettext('Pay to read more...') }}</a> </div> {% else %} <em>({{ gettext("No articles available in this language.") }})</em>