Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
markj0hnst0n committed Feb 20, 2025
1 parent 0b865c1 commit f391ad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ def show_application_link(application, template="application_link.html"):
else:
link_target = reverse("applications:application", kwargs={"pk": application["id"]})

return mark_safe(
return mark_safe( # /PS-IGNORE
f'<a class="govuk-link govuk-link--no-visited-state app-icon-label" href="{link_target}">{application_display_text}</a>'
)

0 comments on commit f391ad1

Please sign in to comment.