Skip to content

Commit

Permalink
rm date from my submissions date (#3200)
Browse files Browse the repository at this point in the history
  • Loading branch information
timoballard authored Jan 16, 2024
1 parent 577fd96 commit c6b4fe1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/audit/templates/audit/my_submissions.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ <h1 class="font-sans-xl">Audits in progress</h1>
<td>{{ item.auditee_name }}</td>
<td>{{ item.report_id }}</td>
<td>{{ item.auditee_uei }}</td>
<td>
<a class="usa-link" href="/report_submission/general-information/{{ item.report_id }}">{{ item.fiscal_year_end_date }}</a>
</td>
<td>{{ item.fiscal_year_end_date }}</td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit c6b4fe1

Please sign in to comment.