mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Missed the anchor tag in the mark up - oops.
This commit is contained in:
@@ -28,7 +28,7 @@ def accept_invite(token):
|
||||
message = Markup("""
|
||||
You’re signed in as {}.
|
||||
This invite is for another email address.
|
||||
{} and click the link again to accept this invite.
|
||||
<a href={}>Sign out</a> and click the link again to accept this invite.
|
||||
""".format(
|
||||
current_user.email_address,
|
||||
url_for("main.sign_out", _external=True)))
|
||||
|
||||
Reference in New Issue
Block a user