FEAT(T): Add ability to view users passed out in a certain training item

This commit is contained in:
2022-03-03 19:30:31 +00:00
parent 23e17b0e34
commit 00eb4e0e27
4 changed files with 66 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
</ul>
</div>
{% endif %}
<a href="{% url 'item_qualification' item.pk %}" class="btn btn-info"><span class="fas fa-user"></span> Qualified Users</a>
</li>
{% endfor %}
</div>