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/login_instructions.html | |
parent | c71bfb1bf53c3cf4083090a31de5352850cc825c (diff) | |
download | genenetwork2-deaf64d3621285382621f4579db30e79f43651cb.tar.gz |
Remove flask_security module - not used
Diffstat (limited to 'wqflask/flask_security/templates/security/email/login_instructions.html')
-rw-r--r-- | wqflask/flask_security/templates/security/email/login_instructions.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/wqflask/flask_security/templates/security/email/login_instructions.html b/wqflask/flask_security/templates/security/email/login_instructions.html deleted file mode 100644 index 45a7cb57..00000000 --- a/wqflask/flask_security/templates/security/email/login_instructions.html +++ /dev/null @@ -1,5 +0,0 @@ -<p>Welcome {{ user.email }}!</p> - -<p>You can log into your through the link below:</p> - -<p><a href="{{ login_link }}">Login now</a></p>
\ No newline at end of file |