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