Refactor user scores and index templates for improved layout and help information presentation

This commit is contained in:
Ross
2025-11-03 12:27:20 +00:00
parent 68dc7c05d8
commit eec04e3197
2 changed files with 115 additions and 70 deletions
+4 -4
View File
@@ -35,7 +35,7 @@
<p class="mb-1"><strong>Grade:</strong> {{ request.user.userprofile.grade }}</p>
<p class="mb-0"><strong>Supervisor:</strong> {{ request.user.userprofile.supervisor }}</p>
<div role="alert" class="alert alert-warning mt-3">
If any of this information is incorrect, please update it via your <a href="{% url 'profile' %}">profile page</a>
If any of this information is incorrect, please update it via your <a href="{% url 'profile' %}">profile page</a>
</div>
</div>
</div>
@@ -60,9 +60,9 @@
<div class="alert alert-info" role="alert">
<h5 class="alert-heading mb-1">Not a Peninsula trainee?</h5>
<p class="mb-0">If you are an external user, please <a href="{% url 'cid_selector' %}">log in via CID</a>.</p>
{% 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 %}
{% 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 %}
</div>
{% endif %}