Commit 34052dce authored by Romain Loth's avatar Romain Loth

minor: prepare ajax test

parent 6a097890
......@@ -130,6 +130,11 @@
</div>
<p>
<button onclick='whileSubmit(this.parent.parent)'>
test doors
</button>
</p>
<!-- EMAIL & PASSWORD -->
......
......@@ -146,6 +146,8 @@ if __name__ == "__main__":
captcha_accepted = (captcha_userhash == captcha_verifhash)
# ----------------------------------------------------------------------
got_them_all = None
if captcha_accepted:
expected = ['email', 'hon_title', 'first_name', 'middle_name',
'last_name', 'initials', 'keywords', 'country',
......
......@@ -84,4 +84,6 @@ h3.formcat {
font-size: 80%;
line-height: 90% ;
background-color: #554;
color: white;
padding-bottom: 3em
}
......@@ -80,7 +80,7 @@
<p> {{key}} {{records[key]}} </p>
{% endfor %}
<h3>debug message</h3>
<h5>debug message</h5>
{{message}}
</div>
<div class="spacer col-sm-2 col-md-2">&nbsp;</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment