diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2015-03-19 17:21:00 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2015-03-21 15:50:40 +0100 |
commit | fc53dcdcda4d5ee299fb5fcdc4f1bdb03fada7e7 (patch) | |
tree | 680c7f61d46866dbf2aaef35064785fc15886142 /theme/templates | |
parent | e90c342c6b3487840f0b7067fd2ed04678d00db3 (diff) |
New article on the creation
Diffstat (limited to 'theme/templates')
-rwxr-xr-x | theme/templates/article.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/templates/article.html b/theme/templates/article.html index 5b366e0..c9bb63c 100755 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -62,6 +62,8 @@ </li> {% endfor %} </ul> + {% else %} + Aucun commentaire pour l'instant. {% endif %} </div> </div> |