add specialyt to rcr results
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user