about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSam2013-10-06 22:10:44 -0500
committerSam2013-10-06 22:10:44 -0500
commite13f0c576ca75af57abac83851d206e113dabaad (patch)
tree45388474532b3cbec1ccab4e5936920336147642
parent91d05ab30a60671286b19e174ec0292dc6aa1af3 (diff)
downloadgenenetwork2-e13f0c576ca75af57abac83851d206e113dabaad.tar.gz
Before writing login code
-rw-r--r--wqflask/wqflask/templates/new_security/registered.html34
1 files changed, 34 insertions, 0 deletions
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 %}
+    <header class="jumbotron subhead" id="overview">
+        <div class="container">
+            <h1>Thank you</h1>
+            <p class="lead">
+                Thanks for verifying.
+            </p>
+        </div>
+    </header>
+
+    <div class="container">
+        <div class="page-header">
+            <h3>One last step</h3>
+        </div>
+    
+        <p>You will receive an email with the subject <strong>"GeneNetwork email verification"</strong>.</p>
+        
+        <p>You must click the link in the email to complete registration.</p>
+        
+        <p>If you don't see the email, check your spam folder.</p>
+    </div>
+
+{% endblock %}
+
+{% block js %}  
+    <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>-->
+    
+    {% include "new_security/_scripts.html" %}
+    <script type="text/javascript" src="/static/new/js_external/zxcvbn/zxcvbn-async.js"></script>
+    <script type="text/javascript" src="/static/new/javascript/password_strength.js"></script>
+{% endblock %}
+