mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
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:
@@ -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" <a href={password_reset_url} class='govuk-link'>Forgotten your password?</a>"
|
||||
)
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user