aboutsummaryrefslogtreecommitdiffstats
path: root/templates/news/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/news/list.html')
-rw-r--r--templates/news/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/list.html b/templates/news/list.html
index b2bee8a..e95abe8 100644
--- a/templates/news/list.html
+++ b/templates/news/list.html
@@ -17,7 +17,7 @@
<p>Posté par <a href="{{url_for('view_user', user_id = news.user_id)}}">{{ news.user_name }}</a> le {{news.date|format_date}}</p>
</div>
<p class="comments">
- <a href="{{url_for('show_news', news_id = news.id)}}#comments">{{news.ncomments|pluralize}}</a>|
+ <a href="{{url_for('show_news', news_id = news.id)}}#comments">{{"Commentaire"|pluralize(news.ncomments)}}</a> |
<a href="{{url_for('show_news', news_id = news.id)}}#add">Ajouter un commentaire</a>
</p>
<div class="news_content">