summaryrefslogtreecommitdiff
path: root/talerblog
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-26 16:48:32 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-26 16:48:32 +0200
commit75a0149f73c025ef7de18029f1e39c653950e81f (patch)
treea47bb198685f5ec55a97156845a0fede34d27532 /talerblog
parentf3167060c15202a3b75e4edfe7f17fdea836d311 (diff)
downloadblog-75a0149f73c025ef7de18029f1e39c653950e81f.tar.gz
blog-75a0149f73c025ef7de18029f1e39c653950e81f.tar.bz2
blog-75a0149f73c025ef7de18029f1e39c653950e81f.zip
html fix / wording
Diffstat (limited to 'talerblog')
-rw-r--r--talerblog/blog/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/talerblog/blog/templates/index.html b/talerblog/blog/templates/index.html
index b4252c3..0159779 100644
--- a/talerblog/blog/templates/index.html
+++ b/talerblog/blog/templates/index.html
@@ -30,8 +30,8 @@
<div>
{% for article in articles %}
<div class="notice">
- <h3"><a href="{{ url_for('article', article_name=article.slug) }}">{{article.title}}</a></h3>
- <p>{{ article.teaser|safe }} <a href="{{ url_for('article', article_name=article.slug) }}">(Read more...)</a></p>
+ <h3><a href="{{ url_for('article', article_name=article.slug) }}">{{article.title}}</a></h3>
+ <p>{{ article.teaser|safe }} <a href="{{ url_for('article', article_name=article.slug) }}">(Pay to read more...)</a></p>
</div>
{% else %}
<em>(No articles available)</em>