first commit
This commit is contained in:
commit
73fc2121bf
30 changed files with 13308 additions and 0 deletions
34
Finish/EndOfExperiment.html
Normal file
34
Finish/EndOfExperiment.html
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue