{% extends "base.html" %} {% block content %} {{ render_text("There has been an unsuccessful attempt to login to your SimpleLogin account.") }} {{ render_text("An invalid " ~ type ~ " code was provided but the email and password were correct.") }} {{ render_text("This request has been blocked. However, if this was not you, please change your password immediately.") }} {{ render_button("Change your password", URL ~ "/dashboard/setting#change_password") }} {{ render_text('Thanks,
SimpleLogin Team.') }} {{ raw_url(URL ~ "/dashboard/setting#change_password") }} {% endblock %}