Skip to content

Commit

Permalink
local thanks page needed when reloading the local ad and a worker has…
Browse files Browse the repository at this point in the history
… already completed the task.

- this file was deleted but is actually needed
  • Loading branch information
gureckis committed Apr 16, 2014
1 parent 9128260 commit 8195852
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions psiturk/example/templates/thanks.html
@@ -0,0 +1,29 @@
<!doctype html>

<html>
<head>
<title>Psychology Experiment</title>
<link rel=stylesheet href="/static/css/bootstrap.min.css" type="text/css">
<link rel=stylesheet href="/static/css/style.css" type="text/css">
</head>
<body>
<div id="container-ad">

<div id="ad">
<div class="row">
<div class="col-xs-2">
<!-- REPLACE THE LOGO HERE WITH YOUR UNIVERSITY, LAB, or COMPANY -->
<img id="adlogo" src="/static/images/university.png" alt="Lab Logo" />
</div>
<div class="col-xs-10">
<h1>Thanks for your participation!</h1>
<hr>
<div class="alert alert-warning">
Our records suggest you have already completed this task. Thank you.
You cannot complete the same experiment twice.
</div>
</div>
</div>
</div>
</body>
</html>

0 comments on commit 8195852

Please sign in to comment.