This commit is contained in:
Ross
2022-01-06 12:49:37 +00:00
parent cbfa3ef0f3
commit f8f0232dc4
4 changed files with 41 additions and 10 deletions
+4 -1
View File
@@ -350,6 +350,9 @@ class CidUser(models.Model):
html_msg = f""""""
def email_results(self, resend=False, additional_emails=[]):
if not self.internal_candidate:
return False, "Not internal candidate."
if self.results_email_sent and not resend:
return False, "Already sent."
@@ -400,7 +403,7 @@ class CidUser(models.Model):
Please note this inbox is not monitored. Direct all enquiries to ...
Please note this inbox is not monitored. Direct all enquiries to plh-tr.radiology-academy@nhs.net
"""
try: