Fix login URL reference in CID and passcode input section
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
<a href="{% url 'atlas:collection_take_overview_user' pk=collection.pk %}"><button>Overview</button></a>
|
<a href="{% url 'atlas:collection_take_overview_user' pk=collection.pk %}"><button>Overview</button></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
Enter your CID and passcode in the below boxes. (Registered user should login <a href="{% url 'atlas:login' %}">here</a>)<br />
|
Enter your CID and passcode in the below boxes. (Registered user should login <a href="{% url 'login' %}">here</a>)<br />
|
||||||
<p><input id="cid-box" type="text" value="Candidate ID"></p>
|
<p><input id="cid-box" type="text" value="Candidate ID"></p>
|
||||||
<p><input id="passcode-box" type="text" value="Passcode"></p>
|
<p><input id="passcode-box" type="text" value="Passcode"></p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user