This commit is contained in:
Rushabh Mehta
2013-12-12 13:57:58 +05:30
parent 1b23208779
commit d2dd83c3a3
18 changed files with 27 additions and 50 deletions

View File

@@ -64,10 +64,6 @@ def check_if_expired():
webnotes.response['message'] = 'Account Expired'
raise webnotes.AuthenticationError
def on_build():
from home.page.latest_updates import latest_updates
latest_updates.make()
def comment_added(doc):
"""add comment to feed"""
home.make_feed('Comment', doc.comment_doctype, doc.comment_docname, doc.comment_by,