Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
fs-4518 adding date_submitted to fields (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan authored Feb 22, 2024
1 parent 8dddd43 commit 6713332
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<td class="govuk-table__cell">{{ overview.short_id[-6:] }}</td>
<td class="govuk-table__cell"><a class="govuk-link" data-qa="organisation_name" href="{{ url_for('assessment_bp.application',application_id=overview.application_id) }}">{{ overview.organisation_name }}</a></td>
<td class="govuk-table__cell">{{ overview.lead_contact_email }}</td>
<td class="govuk-table__cell">{{ overview.submission_date }}</td>
<td class="govuk-table__cell">{{ overview.date_submitted|slash_separated_day_month_year }}</td>
{{ tags_table(tags[overview.application_id], tagging_purpose_config, query_params.show_tags == "ON") }}


Expand Down

0 comments on commit 6713332

Please sign in to comment.