High candidates that have submitted results

This commit is contained in:
Ross
2023-01-09 14:04:17 +00:00
parent 822c6c65c0
commit 6f89604d14
4 changed files with 72 additions and 20 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import secrets
from django.conf import settings
from django_tables2 import SingleTableMixin
from atlas.models import CaseCollection, CidReportAnswer
@@ -743,4 +744,4 @@ def request_cid_details(request):
cid_user.email_details()
return HttpResponse("Candidate details will be sent to the requested email (if it is found in the system).")
return HttpResponse(f"Candidate details will be sent to the requested email (if it is found in the system). If you have not received an email after a few minutes you may need to contact <a href='mailto:{settings.CONTACT_EMAIL}'>{settings.CONTACT_EMAIL}</a>")