Addressing most of the low-lift items from the Notify content audit (#491)

This commit is contained in:
Jonathan Bobel
2023-05-08 10:49:30 -04:00
committed by GitHub
parent 8f76a9bb17
commit 68e94dd650
32 changed files with 441 additions and 231 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ def sign_in():
flash(Markup(
(
f"The email address or password you entered is incorrect."
f"&ensp;<a href={password_reset_url} class='govuk-link'>Forgotten your password?</a>"
f"&ensp;<a href={password_reset_url} class='govuk-link'>Forgot your password?</a>"
)
))