diff options
author | Pjotr Prins | 2018-03-26 10:14:41 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-03-26 10:14:41 +0000 |
commit | deaf64d3621285382621f4579db30e79f43651cb (patch) | |
tree | 86704dfd8478208f980c615511241ac8fe809c38 /wqflask/flask_security/templates/security/email/change_notice.html | |
parent | c71bfb1bf53c3cf4083090a31de5352850cc825c (diff) | |
download | genenetwork2-deaf64d3621285382621f4579db30e79f43651cb.tar.gz |
Remove flask_security module - not used
Diffstat (limited to 'wqflask/flask_security/templates/security/email/change_notice.html')
-rw-r--r-- | wqflask/flask_security/templates/security/email/change_notice.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/wqflask/flask_security/templates/security/email/change_notice.html b/wqflask/flask_security/templates/security/email/change_notice.html deleted file mode 100644 index d1224cf5..00000000 --- a/wqflask/flask_security/templates/security/email/change_notice.html +++ /dev/null @@ -1,4 +0,0 @@ -<p>Your password has been changed.</p> -{% if security.recoverable %} -<p>If you did not change your password, <a href="{{ url_for_security('forgot_password', _external=True) }}">click here to reset it</a>.</p> -{% endif %} |