first commit
This commit is contained in:
commit
73fc2121bf
30 changed files with 13308 additions and 0 deletions
21
Finish/RedirectQualtrics.html
Normal file
21
Finish/RedirectQualtrics.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{{ extends "_static/global/Page.html" }}
|
||||
{{ load otree static }}
|
||||
|
||||
{{ block title }}
|
||||
Results
|
||||
{{ endblock }}
|
||||
|
||||
{{block scripts}}
|
||||
<script>
|
||||
let elfecompletionlink = js_vars.elfecompletionlink;
|
||||
|
||||
window.onload = function(){
|
||||
window.location.href=elfecompletionlink;
|
||||
}
|
||||
</script>
|
||||
{{ endblock }}
|
||||
|
||||
{{ block content }}
|
||||
{{ endblock }}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue