From f4c2c4bdafcc1eeb945a165551e7d138ed71ffac Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 11 May 2026 13:01:45 +0100 Subject: [PATCH] feat: Update index.html layout and improve user authentication flow --- templates/index.html | 322 +++++++++++++++++++++---------------------- 1 file changed, 161 insertions(+), 161 deletions(-) diff --git a/templates/index.html b/templates/index.html index 9d38a46b..e5ffc93c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,181 +2,181 @@ {% load auth_extras %} {% load help_tags %} {% block content %} -
-
-
-
-
-
-

PENRA Courses

- {% if not request.user.is_authenticated %} +
+
+
+
+
+
+

PENRA Courses

+ {% if not request.user.is_authenticated %} {% comment %} {% endcomment %} - {% else %} - Your profile - {% endif %} -
-

Exams, courses and resources for trainees and trainers.

-
-
-
- -
-
- {% if request.user.is_authenticated %} - {% if request.user.userprofile.peninsula_trainee %} -
-
-
Profile
-

Name: {{ request.user.first_name }} {{ request.user.last_name - }}

-

Email: {{ request.user.email }}

-

Grade: {{ request.user.userprofile.grade }}

-

Supervisor: {{ request.user.userprofile.supervisor }}

- -
-
- {% endif %} - -
-
-
Exams / Courses
-

View your courses and exam scores.

- View my courses -
-
- {% if request.user.is_authenticated %} -
-
-
We need your help!
-

Help us grow the question banks and atlas.

-
-
- -
- -
-
-
-
Atlas
- Cases -
- -
-
-
-
-
- {% endif %} - {% else %} -
-
-
Peninsula Trainees
-

Please log in to access your exams and courses.

- Log in - Reset password -
-
- - {% endif %} - - {% if collections %} -
-
-
Exam collections
-
- {% for collection in collections %} - {{ collection.name }} - {% endfor %} -
-
-
- {% endif %} - - {% if rcr_assessor %} - - {% endif %} -
- -
-
-
-
Quick links
-
+
+
+ +
+
+ {% if request.user.is_authenticated %} + {% if request.user.userprofile.peninsula_trainee %} + + {% endif %} + +
+
+
Exams / Courses
+

View your courses and exam scores.

+ View my courses +
+
+ {% if request.user.is_authenticated %} +
+
+
We need your help!
+

Help us grow the question banks and atlas.

+
+
+ +
+ +
+
+
+
Atlas
+ Cases +
+ +
+
+
+
+
+ {% endif %} + {% else %} +
+
+
Peninsula Trainees
+

Please log in to access your exams and courses.

+ Log in + Reset password +
+
+ + {% endif %} + + {% if collections %} +
+
+
Exam collections
+
+ {% for collection in collections %} + {{ collection.name }} + {% endfor %} +
+
+
+ {% endif %} + + {% if rcr_assessor %} + + {% endif %} +
+ +
+
+
+
Quick links
+ + {% if request.user|has_group:"cid_user_manager" %} +
  • Manage trainees · users · candidates
  • +
  • Unused media cleanup
  • + {% endif %} + {% if request.user.is_superuser %} +
  • psutil
  • + {% endif %} + +
    -
    -
    -
    - Need help? -

    See About or contact your admin.

    +
    +
    + Need help? +

    See About or contact your admin.

    +
    -
    -
    -
    - {% if request.user.is_authenticated %} - {% if request.user|has_group:"cid_user_manager" %}Admin{% endif %} - {% endif %} +
    +
    + {% if request.user.is_authenticated %} + {% if request.user|has_group:"cid_user_manager" %}Admin{% endif %} + {% endif %} +
    -
    {% endblock %} \ No newline at end of file