This commit is contained in:
Ross
2022-08-10 22:30:06 +01:00
parent 7032f890f9
commit 4c3b7d2e12
13 changed files with 534 additions and 45 deletions
+2
View File
@@ -13,4 +13,6 @@
{% if request.user.is_staff %}
<p><a href="{% url 'password_change' %}">Change password</a></p>
{% endif %}
<p>This page is for user account logins. If you have a CID / Passcode <a href="{% url 'cid_selector' %}">click here</a>
{% endblock %}