fixing mocker patch for jobs

This commit is contained in:
Beverly Nguyen
2024-01-26 09:43:41 -08:00
parent 6e05fd5147
commit 45ffa70c3c
4 changed files with 67 additions and 34 deletions

View File

@@ -57,7 +57,7 @@
<tbody>
{% for notification in notifications %}
{% if notification %}
<tr class="table-row">
<tr class="table-row" id="{{ notification.job.id }}">
<th class="table-field">
{{ notification.job.original_file_name if notification.job.original_file_name else 'Manually entered number'}}
<br>