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 %}
@@ -9,10 +10,10 @@

PENRA Courses

{% if not request.user.is_authenticated %} -
+{% comment %}
Log in Reset password -
+
{% endcomment %} {% else %} Your profile {% endif %} @@ -47,6 +48,22 @@ View my courses
+ {% else %} +
+
+
Peninsula Trainees
+

Please log in to access your exams and courses.

+ Log in + Reset password +
+
+ {% endif %} {% if collections %}