High candidates that have submitted results
This commit is contained in:
+2
-1
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user