add trainees page

This commit is contained in:
Ross
2023-11-13 13:23:47 +00:00
parent 15915ef5c0
commit 6bb4b9ac34
4 changed files with 115 additions and 0 deletions
+7
View File
@@ -6,6 +6,13 @@
{% block content %}
Trainees can be viewed <a href='{% url "trainees" %}'>here</a> (
{% for i in "123456"|make_list %}
<a href='{% url "trainees_grade" "ST"|add:i %}'>ST{{i}}</a>{% if not forloop.last %}, {% endif %}
{% endfor %}
)
<h2>People</h2>
<p>The system contains a number of different people / groups. This affects how they are managed and what they are able to do.</p>
<p>They can be managed using the navigation links above</p>