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

View file

@ -0,0 +1,34 @@
{{ extends "_static/global/Page.html" }}
{{ load otree static }}
{{ block title }}
End of experiment
{{ endblock }}
{{ block styles }}
{{ endblock }}
{{ block scripts }}
{{ endblock }}
{{ block content }}
<p>
Thank you for participating.
Click 'Next' to complete the experiment.
</p>
<p>
You need to complete the experiment to receive your payment.
</p>
{{ next_button }}
{{ endblock }}