From df25a48abd69292af55f3356a48a737da829cd20 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Wed, 7 Nov 2012 01:27:36 +0100 Subject: Add basic news feature: list, show, add --- templates/news/news_detail.html | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 templates/news/news_detail.html (limited to 'templates/news/news_detail.html') diff --git a/templates/news/news_detail.html b/templates/news/news_detail.html deleted file mode 100644 index f65b91e..0000000 --- a/templates/news/news_detail.html +++ /dev/null @@ -1,41 +0,0 @@ -{% extends 'base.html' %} - -{% block content %} -{% with news.comment_set.all as comments %} -
-

Détails

-
- -
-

{{news.title}}

- -
-{{news.text}} -
- -
- -

Commentaires

-{% for comment in comments %} -

Posté par {{comment.author}} le {{comment.date}}

-
-{{comment.text}} -
-{% endfor %} - -

Ajouter un commentaire

- -
- - -

-
- -
-{% endwith %} -{% endblock %} -- cgit v1.3