Skip to content

Commit

Permalink
fixed bug 64.#64
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian committed Feb 11, 2022
1 parent 1b24df7 commit 9ce1982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ <h5 style="text-align:center">You do not have resolutions in QUEUED state</h5>
</tr>
</thead>
<tbody>
{% for s_id, s_name, res_name , s_acronym, queued_date, estimated_date in user_pending_services.queued %}
{% for s_id, s_name, res_name , s_acronym, queued_date, estimated_date in user_pending_services.in_progress %}
<tr>
<td><a href="/drylab/display_service={{ s_id }}">{{ s_name }}</a> </td>
<td> {{ res_name }}</td>
Expand Down

0 comments on commit 9ce1982

Please sign in to comment.