mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
fixing mocker patch for jobs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user