We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65292e4 + 5835bd4 commit e995208Copy full SHA for e995208
1 file changed
modules/webcomment/lib/webcomment.py
@@ -1915,6 +1915,7 @@ def notify_admin_of_new_comment(comID):
1915
1916
%(comment_or_review_caps)s:
1917
%(comment_or_review)s ID = %(comID)s %(review_stuff)s
1918
+ URL = <%(siteurl)s/%(CFG_SITE_RECORD)s/%(recID)s/%(comments_or_reviews)s/#C%(comID)s>
1919
Body =
1920
<--------------->
1921
@@ -1964,6 +1965,7 @@ def notify_admin_of_new_comment(comID):
1964
1965
<p>%(comment_or_review_caps)s:</p>
1966
<ul style="list-style-type: none;">
1967
<li>%(comment_or_review)s ID = %(comID)s %(review_stuff)s</li>
1968
+ <li>URL = <<a href='%(siteurl)s/%(CFG_SITE_RECORD)s/%(recID)s/%(comments_or_reviews)s/'>%(siteurl)s/%(CFG_SITE_RECORD)s/%(recID)s/%(comments_or_reviews)s/#C%(comID)s</a>></li>
1969
<li>Body = </li>
1970
</ul>
1971
0 commit comments