first commit
This commit is contained in:
commit
73fc2121bf
30 changed files with 13308 additions and 0 deletions
31
Finish/Demographics.html
Normal file
31
Finish/Demographics.html
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{{ extends "_static/global/Page.html" }}
|
||||
{{ block title }}
|
||||
Questionnaire
|
||||
{{ endblock }}
|
||||
{{ block styles}}
|
||||
|
||||
|
||||
{{ endblock }}
|
||||
{{ block scripts}}
|
||||
|
||||
|
||||
|
||||
{{ endblock }}
|
||||
|
||||
{{ block content }}
|
||||
|
||||
<p>
|
||||
Before we conclude, we would like to ask you a few questions about yourself.
|
||||
</p>
|
||||
|
||||
{{ formfields }}
|
||||
|
||||
<p>
|
||||
You must answer each question before you can continue.
|
||||
</p>
|
||||
|
||||
{{ next_button }}
|
||||
|
||||
|
||||
|
||||
{{ endblock }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue