Get comments only in case of rss-comments changes
This commit is contained in:
parent
1e4851296c
commit
d12877fe55
3 changed files with 21 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue