From e13f0c576ca75af57abac83851d206e113dabaad Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 6 Oct 2013 22:10:44 -0500 Subject: Before writing login code --- .../wqflask/templates/new_security/registered.html | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 wqflask/wqflask/templates/new_security/registered.html diff --git a/wqflask/wqflask/templates/new_security/registered.html b/wqflask/wqflask/templates/new_security/registered.html new file mode 100644 index 00000000..391a6044 --- /dev/null +++ b/wqflask/wqflask/templates/new_security/registered.html @@ -0,0 +1,34 @@ +{% extends "base.html" %} +{% block title %}Register{% endblock %} +{% block content %} +
+
+

Thank you

+

+ Thanks for verifying. +

+
+
+ +
+ + +

You will receive an email with the subject "GeneNetwork email verification".

+ +

You must click the link in the email to complete registration.

+ +

If you don't see the email, check your spam folder.

+
+ +{% endblock %} + +{% block js %} + + + {% include "new_security/_scripts.html" %} + + +{% endblock %} + -- cgit v1.2.3