Get comments only in case of rss-comments changes

This commit is contained in:
Florent 2012-03-06 15:49:29 +01:00 committed by Romain Bignon
commit d12877fe55
3 changed files with 21 additions and 2 deletions

View file

@ -26,6 +26,10 @@ from ..tools import url2id
from .index import DLFPPage
class RSSComment(DLFPPage):
def on_loaded(self):
pass
class Content(object):
TAGGABLE = False