From 9b2f907dfffd92b6f236d73cc5d0c3b9fb92cc53 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Wed, 7 Nov 2012 23:38:09 -0500 Subject: fixed up the comment system --- templates/news/show.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates/news/show.html') diff --git a/templates/news/show.html b/templates/news/show.html index 782b0a4..dcc4e4a 100644 --- a/templates/news/show.html +++ b/templates/news/show.html @@ -18,9 +18,12 @@

Commentaires

+{% if not comments %} +Pas de commentaires pour l'instant. +{% endif %} {% for comment in comments %}

- Posté par {{comment.user_name}} le {{comment.date|format_date}} + Posté par {{comment.user_name}} le {{comment.date|format_date}}

{{comment.content_cache|safe}} -- cgit v1.3