Skip to content

Commit 43a9bd8

Browse files
authored
Merge pull request #1946 from nationalarchives/raised-issue-email-must-not-reference-public-uri
Do not look for public uri if raising an issue to the submitter
2 parents 199144e + a1f0aff commit 43a9bd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

judgments/utils/link_generators.py

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def build_raise_issue_email_link(
6161
email_context = {
6262
"judgment_name": document.body.name,
6363
"reference": document.consignment_reference,
64-
"public_judgment_url": document.public_uri,
6564
"user_signature": signature,
6665
"submitter": document.source_name or "XXXXXX",
6766
}

0 commit comments

Comments
 (0)