Style link in wrong password error

It was missing the class which gives it the correct colour and underline styles.

Also adds a little bit of spacing to make it look better.
This commit is contained in:
Chris Hill-Scott
2021-07-14 09:42:56 +01:00
committed by GitHub
parent 6ac593aa5f
commit db15e3ebb0

View File

@@ -63,7 +63,7 @@ def sign_in():
flash(Markup(
(
f"The email address or password you entered is incorrect."
f" <a href={password_reset_url}>Forgotten your password?</a>"
f"&ensp;<a href={password_reset_url} class='govuk-link'>Forgotten your password?</a>"
)
))