summaryrefslogtreecommitdiff
path: root/talermerchantdemos
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-20 14:07:32 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-20 14:07:32 +0200
commitd867aeb8f865ff41e30d810f1776613de0da9e8e (patch)
tree6936ff604ee34ee5638892c1316b02ab9dafa681 /talermerchantdemos
parent9b68cb45d3a7ff1ada80378c0d3683f85d822942 (diff)
downloadtaler-merchant-demos-d867aeb8f865ff41e30d810f1776613de0da9e8e.tar.gz
taler-merchant-demos-d867aeb8f865ff41e30d810f1776613de0da9e8e.tar.bz2
taler-merchant-demos-d867aeb8f865ff41e30d810f1776613de0da9e8e.zip
-try to fix HTML
Diffstat (limited to 'talermerchantdemos')
-rw-r--r--talermerchantdemos/templates/blog-index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/talermerchantdemos/templates/blog-index.html.j2 b/talermerchantdemos/templates/blog-index.html.j2
index bd479cd..9d16d1d 100644
--- 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>