mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
RSS for blog
Comment addition into blog page's dom
This commit is contained in:
@@ -55,12 +55,6 @@ def get_html(page_name):
|
||||
'comments': """error: %s""" % traceback,
|
||||
'template': '404.html',
|
||||
}
|
||||
# 'script': """(function() {
|
||||
# var error = "ERROR: %s";
|
||||
# console.log(error);
|
||||
# })();""" % traceback.replace('"', '\\"').replace('\n', ' \\\n'),
|
||||
# }
|
||||
|
||||
else:
|
||||
args = {
|
||||
'comments': """page: %s""" % page_name,
|
||||
|
||||
Reference in New Issue
Block a user