add trainees page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user