diff --git a/templates/index.html b/templates/index.html index 1bb23f7e..21a3dd6f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,6 @@ {% extends 'base.html' %} {% load auth_extras %} +{% load help_tags %} {% block content %}
If you are an external user, please log in via CID.
+ {% help "Help" %} + You should have received your candidate ID and login details by email or directly from your course organiser. If you have not, please contact them for assistance. + {% endhelp %} +