diff --git a/frappe/templates/includes/comments/comments.py b/frappe/templates/includes/comments/comments.py index cf2436da15..b5a366e63f 100644 --- a/frappe/templates/includes/comments/comments.py +++ b/frappe/templates/includes/comments/comments.py @@ -34,7 +34,7 @@ def add_comment(comment, comment_email, comment_by, reference_doctype, reference clear_cache(route) content = (comment.content - + "
".format(frappe.utils.get_request_site_address(), + + "".format(frappe.utils.get_request_site_address(), comment.name, _("View Comment")))