.
This commit is contained in:
+3
-1
@@ -384,7 +384,7 @@ class CidUser(models.Model):
|
|||||||
login_url = reverse("cid_selector")
|
login_url = reverse("cid_selector")
|
||||||
|
|
||||||
msg = f"""
|
msg = f"""
|
||||||
See below for you details for: {self.group}
|
See below for your details for: {self.group}
|
||||||
|
|
||||||
---------
|
---------
|
||||||
CID: {self.cid}
|
CID: {self.cid}
|
||||||
@@ -396,6 +396,8 @@ class CidUser(models.Model):
|
|||||||
Direct link to login:
|
Direct link to login:
|
||||||
{settings.REMOTE_URL}{login_url}?cid={self.cid}&passcode={self.passcode}
|
{settings.REMOTE_URL}{login_url}?cid={self.cid}&passcode={self.passcode}
|
||||||
|
|
||||||
|
The above details are unique to you. Please do not share as otherwise others will be able to access and submit your results.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Please note this inbox is not monitored. Direct all enquiries to ...
|
Please note this inbox is not monitored. Direct all enquiries to ...
|
||||||
|
|||||||
Reference in New Issue
Block a user