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> <table>
<thead> <thead>
<tr> <tr>
<th>Specialty</th>
<th>Name</th> <th>Name</th>
<th>ID</th> <th>ID</th>
<th>Outcome</th> <th>Outcome</th>
@@ -16,6 +17,7 @@
{% for item in items %} {% for item in items %}
<tr> <tr>
<td>{{item.specialty}}</td>
<td>{{item.name}}</td> <td>{{item.name}}</td>
<td>{{item.rcr_platform_id}}</td> <td>{{item.rcr_platform_id}}</td>
<td>{{item.outcome}}</td> <td>{{item.outcome}}</td>