david / biologeek (http://biologeek.com/)

Source code of biologeek.com weblog under WTFPL.

Clone this repository (size: 252.7 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/biologeek

Changed (Δ126 bytes):

raw changeset »

biologeek/feeds.py (1 lines added, 0 lines removed)

biologeek/templates/feeds/comments_title.html (1 lines added, 0 lines removed)

Up to file-list biologeek/feeds.py:

@@ -74,6 +74,7 @@ class RSSFeed(Feed):
74
74
                        self.end_description = u'commentaires'
75
75
                        if items is None:
76
76
                            self.items = Comment.objects.filter(is_public=True, is_removed=False).order_by('-submit_date')[:25]
77
                    self.title_template_name = 'feeds/comments_title.html'
77
78
                
78
79
                ## Tag unique
79
80
                elif Tag.objects.get(name=bit):

Up to file-list biologeek/templates/feeds/comments_title.html:

1
{{ obj.name }} au sujet de {{ obj.content_object }}