add specialyt to rcr results

This commit is contained in:
Ross
2024-06-02 09:01:30 +01:00
parent 966de4a139
commit f0b676fd23
+2
View File
@@ -5,6 +5,7 @@
<table>
<thead>
<tr>
<th>Specialty</th>
<th>Name</th>
<th>ID</th>
<th>Outcome</th>
@@ -16,6 +17,7 @@
{% for item in items %}
<tr>
<td>{{item.specialty}}</td>
<td>{{item.name}}</td>
<td>{{item.rcr_platform_id}}</td>
<td>{{item.outcome}}</td>