mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Fix anchor tag in flash message.
https://www.pivotaltracker.com/story/show/117513779
This commit is contained in:
@@ -27,10 +27,10 @@ def accept_invite(token):
|
||||
flash("""
|
||||
You’re signed in as {}.
|
||||
This invite is for another email address.
|
||||
<a href='{}'>Sign out</a> and click the link again to accept this invite.
|
||||
{} and click the link again to accept this invite.
|
||||
""".format(
|
||||
current_user.email_address,
|
||||
url_for("main.sign_out")
|
||||
url_for("main.sign_out", _external=True)
|
||||
))
|
||||
abort(403)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user