diff options
Diffstat (limited to 'templates/news/list.html')
| -rw-r--r-- | templates/news/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/list.html b/templates/news/list.html index 6385004..61320a3 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -22,7 +22,7 @@ {% endif %} <p class="comments pull-right"> - <i class="fa fa-comment"></i> <a href="{{url_for('show_news', news_id = news.id)}}#add">{{"Commentaire"|pluralize(news.ncomments)}}</a> + <a href="{{url_for('show_news', news_id = news.id)}}#add">{{news.ncomments}}</a> <i class="fa fa-comment"></i> </p> <p>Posté par <a href="{{url_for('view_user', user_id=news.user_id)}}">{{news.user_name}}</a> le {{news.date|format_date}}</p> |
