first commit

This commit is contained in:
duartegoncalvesds 2026-03-12 21:05:38 +00:00
commit 73fc2121bf
30 changed files with 13308 additions and 0 deletions

31
Finish/Demographics.html Normal file
View 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 }}